branch: externals/valign
commit 693f086bde7571316280cd185ce0db7f7fedb20c
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
* valign.el (valign-mode): Change tab-advice to :after.
---
valign.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/valign.el b/valign.el
index d15d4ff..3ee2bed 100644
--- a/valign.el
+++ b/valign.el
@@ -656,7 +656,7 @@ FLAG is the same as in ‘org-flag-region’."
(add-hook 'jit-lock-functions #'valign-region 98 t)
(dolist (fn '(org-table--align-field
markdown-table-align))
- (advice-add fn :before #'valign--tab-advice))
+ (advice-add fn :after #'valign--tab-advice))
(dolist (fn '(text-scale-increase
text-scale-decrease
org-agenda-finalize-hook