🔧 (org) Adjust heading font sizes
This commit is contained in:
parent
6957ea1cb7
commit
ef99c00a9d
1 changed files with 2 additions and 2 deletions
|
@ -1159,8 +1159,8 @@ I like to have larger headlines in Org for better identifying them. The configur
|
|||
#+begin_src emacs-lisp
|
||||
(defun mmk2410/org-font-adjust-headlines ()
|
||||
"Adjust headline sizes, font family and weight"
|
||||
(dolist (face '((org-level-1 . 1.4)
|
||||
(org-level-2 . 1.3)
|
||||
(dolist (face '((org-level-1 . 1.3)
|
||||
(org-level-2 . 1.25)
|
||||
(org-level-3 . 1.2)
|
||||
(org-level-4 . 1.15)
|
||||
(org-level-5 . 1.1)
|
||||
|
|
Loading…
Add table
Reference in a new issue