diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-03-21 16:11:16 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-03-21 16:11:16 +0000 |
| commit | a49bbf747886520dce827e892ef827987e832812 (patch) | |
| tree | b8e5362b3c361b8029bfae080d95ea6dfdd12b74 | |
| parent | 25a171180abc71dce9632d98cb8985d84c3e0e0e (diff) | |
emacs: Add Org configuration
| -rw-r--r-- | emacs/init.el | 2 |
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)))) |
