aboutsummaryrefslogtreecommitdiff
path: root/common/.config
diff options
context:
space:
mode:
Diffstat (limited to 'common/.config')
-rw-r--r--common/.config/emacs/init.el.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 4fcd3b9..3a5aeae 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -458,7 +458,7 @@ Set up =eglot= to run on languages that have been configured.
zig-mode-hook))
(add-hook lang-hook (lambda ()
(eglot-ensure)
+ (eglot-inlay-hints-mode 0)
(tree-sitter-mode 1)
(tree-sitter-hl-mode 1))))
- (eglot-inlay-hints-mode 0)
#+end_src