From cf0f0f0c29e7f30df23693b6380072a3b6733841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Sat, 21 Feb 2026 17:25:26 -0600 Subject: 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 9eb5790..8508912 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 -- cgit v1.0