summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs-config.org b/emacs-config.org
index c97e293..92092ed 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -545,13 +545,6 @@ Use custom IDs for links.
'create-if-interactive-and-no-custom-id))
#+end_src
-Style org headings.
-#+begin_src elisp
- (set-face-attribute 'org-level-1 nil :height 1.2)
- (set-face-attribute 'org-level-2 nil :height 1.1)
- (set-face-attribute 'org-level-3 nil :height 1.0)
-#+end_src
-
*** Org To-dos & Tags
:PROPERTIES:
:header-args:elisp: :tangle no :noweb-ref org-todo-tag-settings