solarized-emacs

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

commit e2c43840d44a8074d943f1de661ff1fb534cfe72
parent ddfe529eac3ec57927c3bd4fedfb1265a3ae54c0
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  3 Sep 2013 19:19:14 +0200

force org-column to inherit default

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1020,7 +1020,7 @@ customize the resulting theme." `(org-agenda-restriction-lock ((,class (:background ,yellow)))) `(org-clock-overlay ((,class (:background ,yellow)))) `(org-column ((,class (:background ,solarized-hl :strike-through nil - :underline nil :slant normal :weight normal)))) + :underline nil :slant normal :weight normal :inherit default)))) `(org-column-title ((,class (:background ,solarized-hl :underline t :weight bold)))) `(org-date-selected ((,class (:foreground ,red :inverse-video t)))) `(org-document-info ((,class (:foreground ,solarized-fg))))