summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)