From 319b97597c80dd78016731f8b19edf69fefb5259 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 6 Aug 2024 08:01:59 -0400 Subject: bugfixes: new theme + fill column for markdown --- lisp/markdown.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/markdown.el') diff --git a/lisp/markdown.el b/lisp/markdown.el index d3dc030..a95b3c8 100644 --- a/lisp/markdown.el +++ b/lisp/markdown.el @@ -13,5 +13,8 @@ :config (setq markdown-fontify-code-blocks-natively t)) +(add-hook 'markdown-mode-hook '(lambda () (setq fill-column 80))) +(add-hook 'markdown-mode-hook 'auto-fill-mode) + (provide 'markdown) ;;; markdown.el ends here -- cgit v1.2.1