summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-03-21 16:11:16 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-03-21 16:11:16 +0000
commita49bbf747886520dce827e892ef827987e832812 (patch)
treeb8e5362b3c361b8029bfae080d95ea6dfdd12b74 /emacs
parent25a171180abc71dce9632d98cb8985d84c3e0e0e (diff)
emacs: Add Org configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0710387..6eb395a 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -120,6 +120,8 @@
:bind (("C-c k" . magit-status))
:ensure t)
+(use-package org :init (setq org-startup-folded "showall"))
+
(defun center-frame (&optional frame)
(interactive)
(modify-frame-parameters frame '((left . 0.5) (top . 0.5))))