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