solarized-emacs

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

commit 7a74a570cb2ea4621b6d6e8e104a4ce45d5124f6
parent 36f555c6a0800d0cd4f179f2d11c5573994ba559
Author: Adam Porter <adam@alphapapa.net>
Date:   Fri, 14 Apr 2017 15:33:43 -0500

Set org-meta-line instead of org-block-begin-line

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

diff --git a/solarized.el b/solarized.el @@ -1610,7 +1610,6 @@ customize the resulting theme." `(org-agenda-done ((,class (:foreground ,base01 :slant italic)))) `(org-archived ((,class (:foreground ,base01 :weight normal)))) `(org-block ((,class (:foreground ,base01)))) - `(org-block-begin-line ((,class (:foreground ,base01 :slant italic)))) `(org-checkbox ((,class (:background ,base03 :foreground ,base0 :box (:line-width 1 :style released-button))))) `(org-code ((,class (:foreground ,base01)))) @@ -1641,6 +1640,7 @@ customize the resulting theme." `(org-level-8 ((,class (:inherit ,s-variable-pitch :foreground ,blue)))) `(org-link ((,class (:foreground ,yellow :underline t)))) + `(org-meta-line ((,class (:foreground ,base01 :slant italic)))) `(org-sexp-date ((,class (:foreground ,violet)))) `(org-scheduled ((,class (:foreground ,green)))) `(org-scheduled-previously ((,class (:foreground ,cyan))))