summaryrefslogtreecommitdiff
path: root/home-files/emacs-configuration.el
diff options
context:
space:
mode:
Diffstat (limited to 'home-files/emacs-configuration.el')
-rw-r--r--home-files/emacs-configuration.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-files/emacs-configuration.el b/home-files/emacs-configuration.el
index ce210b7..f3a7da4 100644
--- a/home-files/emacs-configuration.el
+++ b/home-files/emacs-configuration.el
@@ -108,3 +108,4 @@
(require 'tree-sitter-langs)
(tree-sitter-require 'elisp)
(global-tree-sitter-mode)
+(add-hook 'elisp-mode-hook #'tree-sitter-hl-mode)