summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-08 21:17:29 +0200
committerrekado <rekado@elephly.net>2016-07-08 21:17:29 +0200
commit6674b7b936c07f5c7872ea67b82fc73211d9648a (patch)
tree13100f7c97232a66170405b9ab1ffc34a0db69f3 /init.org
parent4365ef18ada97d86238db4a2cdc0c5995788725e (diff)
Make fixed-pitch smaller relative to variable-pitch.
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.org b/init.org
index 5c00846..abb349e 100644
--- a/init.org
+++ b/init.org
@@ -239,7 +239,10 @@ This is my org mode configuration. Document it.
org-table
org-verbatim
org-block-background))
- (set-face-attribute face nil :inherit 'fixed-pitch))))
+ (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.
+ (set-face-attribute face nil :height .8))))
(defun gtd ()
(interactive)