diff options
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 |
commit | 5301ff7d74c2df7a21540bdee28ddb712be916d6 (patch) | |
tree | a2b68c2d446a0eab88607f2ff2c84139a3613c0d /elisp | |
parent | a2701faaf8059c194ef8aa9661536cf9c8fc7661 (diff) | |
download | dotfiles-5301ff7d74c2df7a21540bdee28ddb712be916d6.tar.gz dotfiles-5301ff7d74c2df7a21540bdee28ddb712be916d6.tar.bz2 dotfiles-5301ff7d74c2df7a21540bdee28ddb712be916d6.zip |
shepherd prompt
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/shepherd.el | 2 |
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) |