This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/init-extension/init-edts.el

11 lines
395 B
EmacsLisp

(require 'edts-start)
;; (setq edts-log-level 'debug)
;; inherits faces from flycheck
(custom-set-faces
'(edts-face-error-line ((t (:inherit flycheck-error-face))))
'(edts-face-error-mode-line ((t (:inherit flycheck-error-face-mode-line))))
'(edts-face-warning-line ((t (:inherit flycheck-warning-face))))
'(edts-face-warning-mode-line ((t (:inherit flycheck-warning-face-mode-line))))
)