solarized-emacs

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

commit f48efefda8620316ec765a6e81278d3a286f024a
parent 30f8e66ea04357a496d7c36ae509bd03db1ef08b
Author: PythonNut <PythonNut@users.noreply.github.com>
Date:   Thu,  1 Oct 2015 16:19:56 +0000

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))))