diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index fa76dfe..20568ed 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -663,6 +663,16 @@ already installed unfortunately, but it’s easy enough to do manually. #+END_SRC +I also prefer to have as many things syntax highlighted as possible when using +tree-sitter, with the ability to fully customize faces (or turn off faces I +don’t want highlighted). + +#+BEGIN_SRC elisp + + (setq treesit-font-lock-level 4) + +#+END_SRC + *** Language Server Protocol LSP is an absolute necessity when programming. Luckily ~lsp-mode~ has us |