diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2026-02-21 17:25:26 -0600 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2026-02-21 17:25:26 -0600 |
| commit | cf0f0f0c29e7f30df23693b6380072a3b6733841 (patch) | |
| tree | dad708446773299257a8108f1fd8cc5356f8027a | |
| parent | 0bdfd38d281d6375e6e675ce6f1bd597a9e3b136 (diff) | |
Bind nato-region in embark-encode-map (fix #735)
Thanks to @hmelman for the suggestion!
| -rw-r--r-- | embark.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
