making org levels larger

This commit is contained in:
Chris Cochrun 2026-03-24 10:46:12 -05:00
parent c09fd55862
commit cfa9057ca0
3 changed files with 9 additions and 9 deletions

View file

@ -893,10 +893,10 @@ Let's start by creating a self contained function of what I'd like started on ev
;; changing height and boldness
(dolist (face
'((org-level-1 1.4 ultra-bold)
(org-level-2 1.2 extra-bold)
(org-level-3 1.1 bold)
(org-level-4 1.0 semi-bold)
'((org-level-1 1.6 ultra-bold)
(org-level-2 1.4 extra-bold)
(org-level-3 1.2 bold)
(org-level-4 1.1 semi-bold)
(org-level-5 1.0 normal)
(org-column 1.0 normal)))
(set-face-attribute (nth 0 face) nil :weight (nth 2 face) :height (nth 1 face)))

View file

@ -596,10 +596,10 @@
;; changing height and boldness
(dolist (face
'((org-level-1 1.4 ultra-bold)
(org-level-2 1.2 extra-bold)
(org-level-3 1.1 bold)
(org-level-4 1.0 semi-bold)
'((org-level-1 1.6 ultra-bold)
(org-level-2 1.4 extra-bold)
(org-level-3 1.2 bold)
(org-level-4 1.1 semi-bold)
(org-level-5 1.0 normal)
(org-column 1.0 normal)))
(set-face-attribute (nth 0 face) nil :weight (nth 2 face) :height (nth 1 face)))

View file

@ -105,7 +105,7 @@
(kill-buffer))))))
(setq counter (+ counter 1))
(while (> counter 8)
(while (> counter 10)
(sit-for 0.5))
(async-start
func