making Org Mode headings smaller
This commit is contained in:
parent
7a9339957e
commit
a531ca58b5
2 changed files with 6 additions and 6 deletions
|
@ -543,9 +543,9 @@ 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.3 extra-bold)
|
||||
(org-level-3 1.2 bold)
|
||||
(org-level-4 1.1 semi-bold)
|
||||
(org-level-2 1.2 extra-bold)
|
||||
(org-level-3 1.1 bold)
|
||||
(org-level-4 1.0 semi-bold)
|
||||
(org-level-5 1.0 normal)))
|
||||
(set-face-attribute (nth 0 face) nil :weight (nth 2 face) :height (nth 1 face)))
|
||||
|
||||
|
|
6
init.el
6
init.el
|
@ -341,9 +341,9 @@
|
|||
;; changing height and boldness
|
||||
(dolist (face
|
||||
'((org-level-1 1.4 ultra-bold)
|
||||
(org-level-2 1.3 extra-bold)
|
||||
(org-level-3 1.2 bold)
|
||||
(org-level-4 1.1 semi-bold)
|
||||
(org-level-2 1.2 extra-bold)
|
||||
(org-level-3 1.1 bold)
|
||||
(org-level-4 1.0 semi-bold)
|
||||
(org-level-5 1.0 normal)))
|
||||
(set-face-attribute (nth 0 face) nil :weight (nth 2 face) :height (nth 1 face)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue