summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.org b/init.org
index d0048fa..e9013f0 100644
--- a/init.org
+++ b/init.org
@@ -313,10 +313,10 @@ All of this should be loaded lazily.
#+BEGIN_SRC elisp :noweb-ref org-mode
(provide 'my/init-org)
-(eval-after-load "org"
- '(progn
- <<org-mode-part1>>
- ))
+(with-eval-after-load "org"
+ <<org-mode-part1>>
+ <<org-mode-pretty>>
+ )
(require 'org)
#+END_SRC