diff --git a/home/base/desktop/editors/emacs/doom/config.el b/home/base/desktop/editors/emacs/doom/config.el index aef3f991..36e71c61 100644 --- a/home/base/desktop/editors/emacs/doom/config.el +++ b/home/base/desktop/editors/emacs/doom/config.el @@ -117,6 +117,10 @@ (after! tree-sitter (setq +tree-sitter-hl-enabled-modes t)) +;; fix: https://github.com/jrblevin/markdown-mode/issues/380 +(after! markdown-mode + (global-font-lock-mode 0)) + ;; fix yaml highlighting for catppuccin theme ;; https://github.com/catppuccin/emacs/issues/55 (add-hook 'yaml-mode-hook