mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
math highlighting and org-mode compat
This commit is contained in:
@ -12,7 +12,9 @@
|
|||||||
markdown-make-gfm-checkboxes-buttons t
|
markdown-make-gfm-checkboxes-buttons t
|
||||||
markdown-gfm-additional-languages '("sh")
|
markdown-gfm-additional-languages '("sh")
|
||||||
markdown-fontify-code-blocks-natively t
|
markdown-fontify-code-blocks-natively t
|
||||||
markdown-hide-urls nil) ; trigger with `markdown-toggle-url-hiding'
|
markdown-hide-urls nil ; trigger with `markdown-toggle-url-hiding'
|
||||||
|
markdown-enable-math ; syntax highlighting for latex fragments
|
||||||
|
markdown-gfm-uppercase-checkbox t ) ; compatibility with org-mode
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(defun +markdown|set-fill-column-and-line-spacing ()
|
(defun +markdown|set-fill-column-and-line-spacing ()
|
||||||
|
Reference in New Issue
Block a user