docs: README for emacs/neovim

This commit is contained in:
Ryan Yin
2024-01-03 14:35:12 +08:00
parent 98aba2f6da
commit 4f2e1e050c
2 changed files with 9 additions and 2 deletions

View File

@@ -118,6 +118,8 @@
(setq +tree-sitter-hl-enabled-modes t))
;; fix: https://github.com/jrblevin/markdown-mode/issues/380
;; even add this one, editing a large markdown table is still very slow.
;; so avoid editing large markdown file in emacs, use neovim instead...
(after! markdown-mode
(global-font-lock-mode 0))