diff --git a/init.el b/init.el index 874eea6d..87c0d727 100755 --- a/init.el +++ b/init.el @@ -1652,7 +1652,15 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (js . t) (scheme . t))) ;; 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 (:inherit outline-1 :height 1.6)))) + (org-level-2 ((t (:inherit outline-2 :height 1.4)))) + (org-level-3 ((t (:inherit outline-3 :height 1.2)))) + (org-level-4 ((t (:inherit outline-4 :height 1.0)))) + (org-level-5 ((t (:inherit outline-5 :height 1.0))))) + + ;; Define custom LaTeX class with specific formatting (with-eval-after-load 'ox-latex