Improve readability in markdown-mode
This commit is contained in:
parent
0353d881af
commit
06a2dec97e
1 changed files with 4 additions and 2 deletions
|
@ -6,10 +6,12 @@
|
||||||
:mode ("\\.m\\(d\\|arkdown\\)$" "/README$"
|
:mode ("\\.m\\(d\\|arkdown\\)$" "/README$"
|
||||||
("/README\\.md$" . gfm-mode))
|
("/README\\.md$" . gfm-mode))
|
||||||
:init
|
:init
|
||||||
(add-hook 'markdown-mode-hook 'auto-fill-mode)
|
(add-hook! markdown-mode
|
||||||
|
(auto-fill-mode +1)
|
||||||
|
(setq line-spacing 2))
|
||||||
(setq markdown-enable-wiki-links t
|
(setq markdown-enable-wiki-links t
|
||||||
markdown-italic-underscore t
|
|
||||||
markdown-enable-math t
|
markdown-enable-math t
|
||||||
|
markdown-italic-underscore t
|
||||||
markdown-make-gfm-checkboxes-buttons t
|
markdown-make-gfm-checkboxes-buttons t
|
||||||
markdown-gfm-additional-languages '("sh"))
|
markdown-gfm-additional-languages '("sh"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue