Add fic-mode
This commit is contained in:
parent
e94256dd78
commit
abbe628206
@ -20,6 +20,7 @@
|
||||
|
||||
'(company
|
||||
company-c-headers
|
||||
fic-mode
|
||||
function-args
|
||||
flycheck
|
||||
flycheck-pos-tip
|
||||
@ -95,6 +96,14 @@
|
||||
|
||||
(add-hook 'function-args-mode-hook #'set-function-args-keys))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; FIC mode.
|
||||
;; --------------------------------------------------------------------------
|
||||
(use-package fic-mode
|
||||
:defer t
|
||||
:init
|
||||
(add-hook 'prog-mode-hook #'fic-mode))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Flycheck mode.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
@ -417,6 +417,9 @@
|
||||
`(term-color-white ((t (:foreground ,*term-white* :background ,*term-white*))))
|
||||
`(term-color-yellow ((t (:foreground ,*term-yellow* :background ,*term-yellow*))))
|
||||
|
||||
;; fic-mode
|
||||
`(fic-face ((t (:foreground ,*warning* :weight bold))))
|
||||
|
||||
)
|
||||
|
||||
;; Define values for colours that don't use faces.
|
||||
|
Reference in New Issue
Block a user