summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2024-09-18 10:28:39 +0800
committernoa2024-09-18 10:28:39 +0800
commitad60db63cadb76b5575d7c2856473fea36640f1e (patch)
treeacbde2cdc07064d02304e34db2879bccbad9d04d /emacs
parent8a84472cbfff5be2dffcdee47529af206d739a8b (diff)
Load valign after markdown mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 673211e..e3198df 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -144,6 +144,7 @@
 
 ;; Nicer tables
 (use-package valign
+  :after markdown-mode
   :ensure t
   :hook
   ((markdown-mode . valign-mode))