Don't defer markdown mode
This commit is contained in:
parent
25a1917c73
commit
9cbba6b9ef
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:custom
|
:custom
|
||||||
(markdown-fontify-code-blocks-natively t)
|
(markdown-fontify-code-blocks-natively t)
|
||||||
:defer t)
|
(markdown-spaces-after-code-fence 0))
|
||||||
|
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue