summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c2a570f9..59ecb5d1 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -313,6 +313,8 @@
;;; Org
+(eval-after-load 'org (load "~/.emacs.d/init-org.el"))
+
(use-package org
:ensure org-plus-contrib
:pin org
@@ -322,9 +324,7 @@
org-store-link
org-agenda
spw/org-agenda-file-to-front
- spw/org-remove-file)
- :diminish org-indent-mode
- :config (load "~/.emacs.d/init-org.el"))
+ spw/org-remove-file))
;;; keep pop up windows under control