Turn on auto-fill mode in Markdown files
This commit is contained in:
parent
dc6eb6b9a9
commit
ad4a925493
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue