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

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

[elpa] externals/shell-command+ 6fde0d3 1/2: Add :set-after to shell-com


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 6fde0d3 1/2: Add :set-after to shell-command+-substitute-alist
Date: Mon, 1 Nov 2021 20:57:45 -0400 (EDT)

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

    Add :set-after to shell-command+-substitute-alist
---
 shell-command+.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index e548cc3..38e19f1 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -152,7 +152,8 @@ Each entry has the form (COMMAND . FUNC), where FUNC is 
passed
 the command string.  To disable all command substitutions, set
 this option to nil."
   :type '(alist :key-type (string :tag "Command Name")
-                :value-type (function :tag "Substitute")))
+                :value-type (function :tag "Substitute"))
+  :set-after '(shell-command+-use-eshell))
 
 
 



reply via email to

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