diff options
-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 |