From 2645ecc57810a151303924781e983a8c9138cf10 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Fri, 11 Nov 2022 08:41:16 -0500 Subject: Disabling eglot highlight for now --- lisp/general.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.1