Emacs: Expand org documents.

This commit is contained in:
tastytea 2020-05-09 03:48:38 +02:00
parent a7a6d44d18
commit 1f0b9fb147

View File

@ -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.