Skip to content

Commit

Permalink
eglot; dont hover
Browse files Browse the repository at this point in the history
  • Loading branch information
bard_simpson committed Jul 2, 2024
1 parent d746d12 commit 2dae6b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lisp/local-projects/my-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
'(corfu-current ((t :background "#252526" :bold t)))

;; highlight current symbol with nice background background
'(eglot-highlight-symbol-face ((t :underline t
:bold t)))
'(eglot-highlight-symbol-face ((t
;; :background "#333"
;; :foreground "#000"
)))

;; highlight TODO with red background, italic black text
'(hl-todo ((t :backgorund "#FF5E5E" :foreground "black" :italic t))))
Expand Down

0 comments on commit 2dae6b2

Please sign in to comment.