diff options
author | noa | 2024-09-18 10:28:39 +0800 |
---|---|---|
committer | noa | 2024-09-18 10:28:39 +0800 |
commit | ad60db63cadb76b5575d7c2856473fea36640f1e (patch) | |
tree | acbde2cdc07064d02304e34db2879bccbad9d04d /emacs/init.el | |
parent | 8a84472cbfff5be2dffcdee47529af206d739a8b (diff) |
Load valign after markdown mode
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
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)) |