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

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

[elpa] externals/embark e8ef9424b3: Move embark-eshell to $, add binding


From: ELPA Syncer
Subject: [elpa] externals/embark e8ef9424b3: Move embark-eshell to $, add binding for eww-open-file (fix #454)
Date: Sat, 5 Feb 2022 11:57:35 -0500 (EST)

branch: externals/embark
commit e8ef9424b3d8852935f7c547093bc2ebc23aeab5
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Move embark-eshell to $, add binding for eww-open-file (fix #454)
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 9803eb41ef..021cf701a0 100644
--- a/embark.el
+++ b/embark.el
@@ -3901,14 +3901,15 @@ The advice is self-removing so it only affects ACTION 
once."
   ("j" embark-dired-jump)
   ("!" shell-command)
   ("&" async-shell-command)
+  ("$" embark-eshell)
   ("<" insert-file)
   ("m" chmod)
   ("=" ediff-files)
-  ("e" embark-eshell)
   ("+" make-directory)
   ("\\" embark-recentf-remove)
   ("I" embark-insert-relative-path)
   ("W" embark-save-relative-path)
+  ("e" eww-open-file)
   ("l" load-file)
   ("b" byte-compile-file)
   ("R" byte-recompile-directory)



reply via email to

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