diff options
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)) |