diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 87f08a2..d1276f1 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-05-05T15:03:35+0200> +;; Time-stamp: <2020-05-09T03:31:03+0200> ;;; Commentary: @@ -115,6 +115,7 @@ (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)) + :hook (org-mode . org-show-all) :bind (("C-c o" . (lambda () (interactive) ; Open notes. (find-file org-default-notes-file))) (:map org-mode-map ; Remove some annoying keybindings.