branch: externals/embark
commit cf0f0f0c29e7f30df23693b6380072a3b6733841
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>

    Bind nato-region in embark-encode-map (fix #735)
    
    Thanks to @hmelman for the suggestion!
---
 embark.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/embark.el b/embark.el
index 9eb579098a..850891275b 100644
--- a/embark.el
+++ b/embark.el
@@ -4267,6 +4267,8 @@ This simply calls RUN with the REST of its arguments 
inside
   "F" #'format-decode-region
   "b" #'base64-encode-region
   "B" #'base64-decode-region
+  "n" #'nato-region
+  "N" #'denato-region
   "u" #'embark-encode-url
   "U" #'embark-decode-url
   "c" #'epa-encrypt-region

Reply via email to