summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
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))