Update org level font size
This commit is contained in:
parent
8f4ed809d3
commit
2bf74578e9
1 changed files with 4 additions and 4 deletions
8
init.el
8
init.el
|
@ -1698,11 +1698,11 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
;; work with org-agenda dispatcher [c] "Today Clocked Tasks" to view today's clocked tasks.
|
||||
:custom-face
|
||||
(org-tag ((t (:weight normal :height 0.8))))
|
||||
(org-level-1 ((t (:slant italic :inherit outline-1 :height 1.6))))
|
||||
(org-level-1 ((t (:slant italic :inherit outline-1 :height 1.5))))
|
||||
(org-level-2 ((t (:slant italic :inherit outline-2 :height 1.4))))
|
||||
(org-level-3 ((t (:slant italic :inherit outline-3 :height 1.2))))
|
||||
(org-level-4 ((t (:slant italic :inherit outline-4 :height 1.0))))
|
||||
(org-level-5 ((t (:slant italic :inherit outline-5 :height 1.0)))))
|
||||
(org-level-3 ((t (:slant italic :inherit outline-3 :height 1.3))))
|
||||
(org-level-4 ((t (:slant italic :inherit outline-4 :height 1.2))))
|
||||
(org-level-5 ((t (:slant italic :inherit outline-5 :height 1.1)))))
|
||||
|
||||
;; Define custom LaTeX class with specific formatting
|
||||
(with-eval-after-load 'ox-latex
|
||||
|
|
Loading…
Add table
Reference in a new issue