Add fic-mode

This commit is contained in:
Wojciech Kozlowski 2018-01-16 22:41:39 +00:00
parent e94256dd78
commit abbe628206
2 changed files with 12 additions and 0 deletions

View File

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

View File

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