diff options
author | fpi | 2020-01-16 10:59:10 +0100 |
---|---|---|
committer | fpi | 2020-01-29 17:58:06 +0100 |
commit | 30fb051d8fa808337be3e42f96ba919dac87b16f (patch) | |
tree | 58a328920e25ef489e33e9b979532c0b43e114ed | |
parent | Fix the default font for my themes (diff) |
Reduce size of archived headlines
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 4eb520d..652c07f 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -398,6 +398,10 @@ The above macro can be used like this. :slant italic) (:height 1.2 :slant italic)) + (org-archived + nil + (:inherit shadow + :height 0.6)) (org-level-1 (:inherit variable-pitch :height 1.3 |