Merge pull request #138 from tam17aki/master

Add col-highlight face.
This commit is contained in:
Greg Pfeil 2015-01-10 10:36:49 -07:00
commit 31a62c7325
1 changed files with 3 additions and 0 deletions

View File

@ -402,6 +402,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(widget-single-line-field (:inherit widget-field))
;; extra modules
;; -------------
;; col-highlight -- Highlight the current column.
;; http://www.emacswiki.org/emacs/col-highlight.el
(col-highlight (,@bg-base02))
;; ace-jump-mode
(ace-jump-face-background (,@fmt-none ,@fg-base01))
(ace-jump-face-foreground (,@fmt-bold ,@fg-red))