mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 02:11:00 +01:00
fix: emacs - markdown-mode slow on large table editing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user