summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-05-29 18:55:33 +0200
committerAlan Pearce2023-05-29 18:55:33 +0200
commitbf039db301a6e88d4e8ccfca0fc3046ac7d1aa0e (patch)
tree9d5df64bc93c96f3823bf416d38cee145f35281d /user/emacs/init.el
parentd63cf5188f14bb82b9e24f8319ea91fff2cd2dfe (diff)
downloadnixfiles-bf039db301a6e88d4e8ccfca0fc3046ac7d1aa0e.tar.lz
nixfiles-bf039db301a6e88d4e8ccfca0fc3046ac7d1aa0e.tar.zst
nixfiles-bf039db301a6e88d4e8ccfca0fc3046ac7d1aa0e.zip
Emacs: don't use tree-sitter highlighting for now
Wait for the native integration in 29
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 563e2ddc..50d93d2b 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1050,8 +1050,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
             json-mode-hook
             typescript-mode-hook
             python-mode-hook
-            rustic-mode-hook))
-  :ghook ('tree-sitter-mode-hook #'tree-sitter-hl-mode))
+            rustic-mode-hook)))
 (use-package tree-sitter-langs
   :after tree-sitter)