mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lsp): move misplaced :custom-face definition
This commit is contained in:
@@ -42,16 +42,16 @@
|
||||
(lsp-signature-auto-activate t)
|
||||
(lsp-signature-render-documentation t)
|
||||
|
||||
:custom-face
|
||||
;; Override the default semhl label face.
|
||||
(lsp-face-semhl-label ((t (:inherit font-lock-keyword-face))))
|
||||
|
||||
;; Set read process output to 1MB, instead of default 4KB. As many language
|
||||
;; servers produce output ranging from 800KB to 3MB, leaving it at 4KB affects
|
||||
;; performance. More info here:
|
||||
;; https://emacs-lsp.github.io/lsp-mode/page/performance/
|
||||
(read-process-output-max (* 1024 1024))
|
||||
|
||||
:custom-face
|
||||
;; Override the default semhl label face.
|
||||
(lsp-face-semhl-label ((t (:inherit font-lock-keyword-face))))
|
||||
|
||||
:preface
|
||||
(defun siren-lsp-mode-setup ()
|
||||
(setq-local company-idle-delay 0.1
|
||||
|
||||
Reference in New Issue
Block a user