diff options
Diffstat (limited to 'lisp')
-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) |