branch: externals/shell-command+
commit 473b3f1239a3cc7691abe2334b44ff41ac80d408
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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