Turn on auto-fill mode in Markdown files

This commit is contained in:
Evie Litherland-Smith 2024-05-27 08:34:02 +01:00
parent dc6eb6b9a9
commit ad4a925493

View file

@ -1108,6 +1108,8 @@ Calls `project-remember-project-under' for ~/Projects/"
(doc-view-image-width 850)) (doc-view-image-width 850))
(use-package markdown-mode (use-package markdown-mode
:hook
((markdown-mode . turn-on-auto-fill))
:custom :custom
(markdown-enable-math t) (markdown-enable-math t)
(markdown-enable-html t) (markdown-enable-html t)