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

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

[elpa] externals/embark ede308246a: Add binding for find-file-literally


From: ELPA Syncer
Subject: [elpa] externals/embark ede308246a: Add binding for find-file-literally
Date: Sat, 29 Jan 2022 13:57:28 -0500 (EST)

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

    Add binding for find-file-literally
---
 embark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/embark.el b/embark.el
index 5bd5b9b5f2..302de0ae7d 100644
--- a/embark.el
+++ b/embark.el
@@ -3862,6 +3862,7 @@ The advice is self-removing so it only affects ACTION 
once."
   "Keymap for Embark file actions."
   ("RET" find-file)
   ("f" find-file)
+  ("F" find-file-literally)
   ("o" find-file-other-window)
   ("d" delete-file)
   ("D" delete-directory)



reply via email to

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