aboutsummaryrefslogtreecommitdiffstats
path: root/elisp
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-10-08 02:15:04 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-10-08 02:15:04 +0200
commit5301ff7d74c2df7a21540bdee28ddb712be916d6 (patch)
treea2b68c2d446a0eab88607f2ff2c84139a3613c0d /elisp
parenta2701faaf8059c194ef8aa9661536cf9c8fc7661 (diff)
downloaddotfiles-5301ff7d74c2df7a21540bdee28ddb712be916d6.tar.gz
dotfiles-5301ff7d74c2df7a21540bdee28ddb712be916d6.tar.bz2
dotfiles-5301ff7d74c2df7a21540bdee28ddb712be916d6.zip
shepherd prompt
Diffstat (limited to 'elisp')
-rw-r--r--elisp/shepherd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/shepherd.el b/elisp/shepherd.el
index 3899b92..1141d31 100644
--- a/elisp/shepherd.el
+++ b/elisp/shepherd.el
@@ -51,7 +51,7 @@
"Manage shepherd services."
(interactive)
(helm
- :prompt "Shepherd service:"
+ :prompt "Shepherd service: "
:sources (helm-build-sync-source "Services"
:candidates
(cl-loop for it in (shepherd-services)