fix(lsp): move misplaced :custom-face definition

This commit is contained in:
2023-02-26 14:49:51 +00:00
parent 41b18aa74c
commit 7021114d55

View File

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