fix(emacs): underline eglot-highlight-symbol-face
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
07f8fb738b
commit
af9f766cd0
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
||||||
(define-key eglot-java-mode-map (kbd "C-c l a") #'eglot-code-actions)
|
(define-key eglot-java-mode-map (kbd "C-c l a") #'eglot-code-actions)
|
||||||
(setq c-basic-offset 2))
|
(setq c-basic-offset 2))
|
||||||
|
|
||||||
|
(set-face-attribute 'eglot-highlight-symbol-face nil
|
||||||
|
:family "JetBrains Mono"
|
||||||
|
:weight 'semi-bold
|
||||||
|
:underline t)
|
||||||
|
|
||||||
;; Git Gutter
|
;; Git Gutter
|
||||||
(global-git-gutter-mode +1)
|
(global-git-gutter-mode +1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue