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

    sort-regexp-fields should ignore the target (fix #465)
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index d4bae51329..2679c2313f 100644
--- a/embark.el
+++ b/embark.el
@@ -423,7 +423,8 @@ replaced by the single `embark-allow-edit-actions' 
variable."
     (shell-command-on-region embark--ignore-target)
     (format-encode-region embark--ignore-target)
     (format-decode-region embark--ignore-target)
-    (xref-find-definitions embark--ignore-target))
+    (xref-find-definitions embark--ignore-target)
+    (sort-regexp-fields embark--ignore-target))
   "Alist associating commands with post-injection setup hooks.
 For commands appearing as keys in this alist, run the
 corresponding value as a setup hook after injecting the target

Reply via email to