summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-11-25 12:29:32 +0100
committerrekado <rekado@elephly.net>2016-11-25 12:29:32 +0100
commitf037de66221195c4857b7add1f91ef8f3acce1f8 (patch)
tree944b1120150374afc26f0e354868c3b243593a11 /init.org
parent427691d5cb19183050e132615cd1b895ec25547a (diff)
"org-block-background" is now "org-block".
Diffstat (limited to 'init.org')
-rw-r--r--init.org9
1 files changed, 6 insertions, 3 deletions
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.