emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/shell-command+ 473b3f1239 4/5: Add example on how to cu


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 473b3f1239 4/5: Add example on how to customize shell-command+-features
Date: Sun, 21 Aug 2022 11:58:01 -0400 (EDT)

branch: externals/shell-command+
commit 473b3f1239a3cc7691abe2334b44ff41ac80d408
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add example on how to customize shell-command+-features
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 353833f83a..7f1358c8bf 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,8 @@ Using [`setup`][setup] I configure `shell-command+` as so:
 
 ~~~elisp
 (setup (:package shell-command+)
-  (:option shell-command+-prompt "$ ")
+  (:option (remove shell-command+-features) #'shell-command+-implicit-cd
+           shell-command+-prompt "$ ")
   (:bind-into dired "M-!" shell-command+)
   (:global "M-!" shell-command+))
 ~~~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]