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

    Ignore target for align-regexp
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 7bf7bf5c31..111cb92265 100644
--- a/embark.el
+++ b/embark.el
@@ -421,7 +421,8 @@ entry of `embark-target-injection-hooks' whose key is the 
action."
     (format-encode-region embark--ignore-target)
     (format-decode-region embark--ignore-target)
     (xref-find-definitions embark--ignore-target)
-    (sort-regexp-fields embark--ignore-target))
+    (sort-regexp-fields embark--ignore-target)
+    (align-regexp 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