diff options
| author | Christian Cunningham <cc@localhost> | 2024-06-01 18:24:34 -0700 | 
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-06-01 18:24:34 -0700 | 
| commit | c144e18c515eb3fccc4bb45e21977b51c507749a (patch) | |
| tree | 0dbb86dac45755ac7e37c717976dd5975d97a92d /elchemy.el | |
| parent | 309c2594f1c7e3e07f80fadc4ff09b4b38fe77f1 (diff) | |
Style Changes
1. Make the title large
2. Make the document info tags hidden
3. Distinguish the minibuffer by a darker background
Diffstat (limited to 'elchemy.el')
| -rw-r--r-- | elchemy.el | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@   ;; If you edit it by hand, you could mess it up, so be careful.   ;; Your init file should contain only one such instance.   ;; If there is more than one, they won't work right. + '(org-document-title ((t (:height 2.0 :underline nil)))) + '(org-document-info-keyword ((t (:foreground "gray100" :height 0.1))))   '(org-level-1 ((t (:inherit outline-1 :extend nil :weight extra-bold :height 1.4))))   '(org-level-2 ((t (:inherit outline-2 :extend nil :slant italic :weight bold :height 1.2))))   '(org-level-3 ((t (:inherit outline-3 :extend nil :weight semi-bold)))))  | 
