🔧 Adjust markdown mode options
All checks were successful
Publish / publish (push) Successful in 12s
All checks were successful
Publish / publish (push) Successful in 12s
This commit is contained in:
parent
075925fe4d
commit
82b973ce2c
1 changed files with 5 additions and 1 deletions
|
@ -2153,7 +2153,11 @@ Markdown mode customizations.
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:mode "\\.md\\'"
|
:mode "\\.md\\'"
|
||||||
:config
|
:config
|
||||||
(setq markdown-unordered-list-item-prefix " - ")
|
(setq markdown-unordered-list-item-prefix " - "
|
||||||
|
markdown-hide-markup t
|
||||||
|
markdown-list-indent-width 2
|
||||||
|
markdown-fontify-code-blocks-natively t)
|
||||||
|
(add-to-list 'markdown-code-lang-modes '("php" . php-mode))
|
||||||
:hook ((markdown-mode . visual-line-mode)
|
:hook ((markdown-mode . visual-line-mode)
|
||||||
(markdown-mode . (lambda () (display-line-numbers-mode -1)))
|
(markdown-mode . (lambda () (display-line-numbers-mode -1)))
|
||||||
(markdown-mode . variable-pitch-mode)
|
(markdown-mode . variable-pitch-mode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue