From ca835e1f839bfe47d4a0fb49e021eaf708a05900 Mon Sep 17 00:00:00 2001 From: larstvei Date: Thu, 11 May 2023 12:52:50 +0200 Subject: [PATCH] Eglot hints are a bit much --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index b70e6f8..edb4039 100644 --- a/init.org +++ b/init.org @@ -901,6 +901,7 @@ #+begin_src emacs-lisp (setq eglot-events-buffer-size 0) + (add-hook 'eglot-managed-mode-hook (lambda () (eglot-inlay-hints-mode -1))) #+end_src ** Compilation