From f037de66221195c4857b7add1f91ef8f3acce1f8 Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 25 Nov 2016 12:29:32 +0100 Subject: "org-block-background" is now "org-block". --- init.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index dcfcaa6..223cb37 100644 --- a/init.org +++ b/init.org @@ -261,7 +261,11 @@ Since I enable =variable-pitch-mode= in my org-mode buffers I also need to expli (set-face-attribute 'org-level-4 nil :height 0.8 :foreground (face-attribute 'default :foreground)) -(set-face-attribute 'org-block-background nil :background "#efe9d6") +(set-face-attribute 'org-block nil + :height 0.8 + :foreground (face-attribute 'default :foreground) + :background "#efe9d6") + (set-face-attribute 'org-verbatim nil :background "#efe9d6") (dolist (face '(org-meta-line org-document-info-keyword @@ -281,8 +285,7 @@ Since I enable =variable-pitch-mode= in my org-mode buffers I also need to expli org-done org-hide org-indent - org-checkbox - org-block-background)) + org-checkbox)) (set-face-attribute face nil :inherit 'fixed-pitch) ;; TODO: this is ugly. When scaling up the variable-pitch face the ;; fixed-pitch face will become even larger. -- cgit v1.2.3