fill-column = 70 for markdown-mode

This commit is contained in:
Henrik Lissner 2016-08-28 22:56:12 +02:00
parent ecbdf82aec
commit 6c1e0c82e6

View file

@ -8,7 +8,8 @@
:init
(add-hook! markdown-mode
(auto-fill-mode +1)
(setq line-spacing 2))
(setq line-spacing 2
fill-column 70))
(setq markdown-enable-wiki-links t
markdown-enable-math t
markdown-italic-underscore t