diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2022-11-11 08:41:16 -0500 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2022-11-11 08:41:16 -0500 |
commit | 2645ecc57810a151303924781e983a8c9138cf10 (patch) | |
tree | d9ff3e04516e48b6f9dc6914e4485a81e6e60f93 | |
parent | f8f3f5e3ac5b4a8c4723da2441b3be3a6aaf4841 (diff) |
Disabling eglot highlight for now
-rw-r--r-- | lisp/general.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/general.el b/lisp/general.el index d3d9f62..09f2afc 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -236,7 +236,7 @@ (eglot-autoshutdown t) :ensure t :defer 3) -(set-face-background 'eglot-highlight-symbol-face "lemon chiffon") +;(set-face-background 'eglot-highlight-symbol-face "lemon chiffon") ;; Vterm (require 'vterm) |