Add support for bm.el

This commit is contained in:
Joshua Griffith 2013-03-05 13:33:30 -06:00
parent 52608343b5
commit e0a5180a76
1 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(widget-single-line-field ((t (:inherit widget-field)))) (widget-single-line-field ((t (:inherit widget-field))))
;; extra modules ;; extra modules
;; ------------- ;; -------------
;; bm visual bookmarks
(bm-fringe-face ((t (,@bg-orange ,@fg-base03))))
(bm-fringe-persistent-face ((t (,@bg-blue ,@fg-base03))))
;; Flymake ;; Flymake
(flymake-errline ((t (,@fmt-revr ,@fg-red ,@bg-back)))) ; ErrorMsg (flymake-errline ((t (,@fmt-revr ,@fg-red ,@bg-back)))) ; ErrorMsg
(flymake-warnline ; WarningMsg (flymake-warnline ; WarningMsg