fill-column = 70 for markdown-mode
This commit is contained in:
parent
ecbdf82aec
commit
6c1e0c82e6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue