diff --git a/init.d/text/misc.el b/init.d/text/misc.el index c3c6045..2bf37f3 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-04-25T17:35:23+0200> +;; Time-stamp: <2020-05-04T20:42:50+0200> ;;; Commentary: @@ -112,6 +112,8 @@ :commands (org-mode) :custom ((org-support-shift-select t) ; Make shift behave normally on text. (org-default-notes-file "~/notes.org")) + :config (progn (set-face-attribute 'org-level-1 nil :height 1.4) + (set-face-attribute 'org-level-2 nil :height 1.2)) :bind (("C-c o" . (lambda () (interactive) ; Open notes. (find-file org-default-notes-file))) (:map org-mode-map ; Remove some annoying keybindings.