1
0
Fork 0

fix(emacs): underline eglot-highlight-symbol-face

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-25 20:26:15 -05:00
parent 07f8fb738b
commit af9f766cd0
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)