Emacs: Expand org documents.
This commit is contained in:
parent
a7a6d44d18
commit
1f0b9fb147
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user