fix: emacs - markdown-mode slow on large table editing

This commit is contained in:
Ryan Yin
2024-01-03 14:11:19 +08:00
parent 1dbd81e2fa
commit 98aba2f6da

View File

@@ -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