Merge pull request #182 from geraldus/gman/haskell-improvements-real

Add haskell keyword customization
This commit is contained in:
Greg Pfeil 2016-02-19 17:12:10 +02:00
commit 00f4a0e825
1 changed files with 3 additions and 1 deletions

View File

@ -774,7 +774,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(undo-tree-visualizer-default-face (:inherit shadow))
(undo-tree-visualizer-active-branch-face (:inherit default))
(undo-tree-visualizer-unmodified-face (,@fg-cyan))
(undo-tree-visualizer-register-face (,@fg-yellow)))))))
(undo-tree-visualizer-register-face (,@fg-yellow))
;; haskell
(haskell-keyword-face (,@fg-cyan)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)