aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el35
1 files changed, 24 insertions, 11 deletions
diff --git a/init.el b/init.el
index c55176c..3578139 100644
--- a/init.el
+++ b/init.el
@@ -780,17 +780,30 @@
780 (match-beginning 1) 780 (match-beginning 1)
781 (match-end 1) 781 (match-end 1)
782 "•")))))) 782 "•"))))))
783 ;; Set font sizes for org headings 783 (set-face-attribute 'org-level-1 nil
784 (dolist (face '((org-level-1 . 1.1) 784 :height 1.1
785 (org-level-2 . 1.1) 785 :foreground "SandyBrown")
786 (org-level-3 . 1.1) 786 (set-face-attribute 'org-level-2 nil
787 (org-level-4 . 1.1) 787 :height 1.1
788 (org-level-5 . 1.1) 788 :foreground "SandyBrown")
789 (org-level-6 . 1.1) 789 (set-face-attribute 'org-level-3 nil
790 (org-level-7 . 1.1) 790 :height 1.1
791 (org-level-8 . 1.1))) 791 :foreground "SandyBrown")
792 (set-face-attribute (car face) nil 792 (set-face-attribute 'org-level-4 nil
793 :height (cdr face)))) 793 :height 1.1
794 :foreground "SandyBrown")
795 (set-face-attribute 'org-level-5 nil
796 :height 1.1
797 :foreground "SandyBrown")
798 (set-face-attribute 'org-level-6 nil
799 :height 1.1
800 :foreground "SandyBrown")
801 (set-face-attribute 'org-level-7 nil
802 :height 1.1
803 :foreground "SandyBrown")
804 (set-face-attribute 'org-level-8 nil
805 :height 1.1
806 :foreground "SandyBrown"))
794 807
795;; `org' configuration 808;; `org' configuration
796(use-package org 809(use-package org