making org levels larger
This commit is contained in:
parent
c09fd55862
commit
cfa9057ca0
3 changed files with 9 additions and 9 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
8
init.el
8
init.el
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
(kill-buffer))))))
|
||||
|
||||
(setq counter (+ counter 1))
|
||||
(while (> counter 8)
|
||||
(while (> counter 10)
|
||||
(sit-for 0.5))
|
||||
(async-start
|
||||
func
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue