mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fill-column = 70 for markdown-mode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user