From a49bbf747886520dce827e892ef827987e832812 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 21 Mar 2021 16:11:16 +0000 Subject: emacs: Add Org configuration --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/init.el') 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)))) -- cgit v1.2.3-70-g09d2