Set column-enforce-face better

This commit is contained in:
Adam Goldsmith 2017-10-02 16:52:31 -04:00
parent 0cb4e617cf
commit 9cf53e10d4
2 changed files with 5 additions and 3 deletions

View File

@ -56,6 +56,9 @@
'(diredp-dir-name ((t (:foreground "#4E60C1DBFFFF"))))
'(dired-directory ((t (:foreground "#4E60C1DBFFFF"))))
'(diredp-file-name ((t (:foreground "light grey"))))
'(diredp-file-suffix ((t (:foreground "dark gray")))))
'(diredp-file-suffix ((t (:foreground "dark gray"))))
'(column-enforce-face ((((class mono)) :inverse-video t :weight bold :underline t)
(t :background "gray20" :foreground "violet"))))
(provide-theme 'fred)

View File

@ -343,8 +343,7 @@
(use-package column-enforce-mode :ensure
:config
(add-hook 'prog-mode-hook 'column-enforce-mode)
(copy-face 'whitespace-line 'column-enforce-face))
(add-hook 'prog-mode-hook 'column-enforce-mode))
;;;; optional external packages
(use-package arduino-mode