solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 82b66d29517cd6143b9e8f8b6b3cd65296a4b119
parent fbe4802a0f443e81c2f7b8e055a08f64e1a0d6d9
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 19 Nov 2015 23:59:02 +0100

Merge pull request #208 from PythonNut/master

Add a definition for helm-header-line-left-margin
Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1026,6 +1026,7 @@ customize the resulting theme." `(helm-grep-match ((,class (:inherit match)))) `(helm-grep-running ((,class (:foreground ,red)))) `(helm-header ((,class (:inherit header-line)))) + `(helm-header-line-left-margin ((,class (:inherit header-line)))) `(helm-lisp-completion-info ((,class (:foreground ,base0)))) `(helm-lisp-show-completion ((,class (:foreground ,yellow :background ,base02 :bold t))))