mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: emacs - markdown-mode slow on large table editing
This commit is contained in:
@@ -117,6 +117,10 @@
|
|||||||
(after! tree-sitter
|
(after! tree-sitter
|
||||||
(setq +tree-sitter-hl-enabled-modes t))
|
(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
|
;; fix yaml highlighting for catppuccin theme
|
||||||
;; https://github.com/catppuccin/emacs/issues/55
|
;; https://github.com/catppuccin/emacs/issues/55
|
||||||
(add-hook 'yaml-mode-hook
|
(add-hook 'yaml-mode-hook
|
||||||
|
|||||||
Reference in New Issue
Block a user