summaryrefslogtreecommitdiff
path: root/lisp/web.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-11-09 08:02:22 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2022-11-09 08:02:22 -0500
commit5270f0e00daea72a8db39f1afcde984904060783 (patch)
treecc4e5647f8cff6fd1692fed682af5b885ade90bd /lisp/web.el
parent80b0697bd85d275263eeacf57e6310116afa3dd8 (diff)
Two great changes
Diffstat (limited to 'lisp/web.el')
-rw-r--r--lisp/web.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/web.el b/lisp/web.el
index d507f77..b076147 100644
--- a/lisp/web.el
+++ b/lisp/web.el
@@ -92,6 +92,7 @@
(cl-pushnew '((js-mode typescript-mode) . ("typescript-language-server" "--stdio"))
eglot-server-programs
:test #'equal)
+(set-face-background 'eglot-highlight-symbol-face "lemon chiffon")
;; Ignore certain directories in projectile
(require 'projectile)