moved `required`

This commit is contained in:
Phuntsok Drak-pa 2019-08-21 20:36:55 +02:00
parent 74e65afab0
commit ecb6a635b9
1 changed files with 2 additions and 1 deletions

View File

@ -597,6 +597,8 @@ See the header of this file for more information."
This function is called only while dumping Spacemacs configuration. You can This function is called only while dumping Spacemacs configuration. You can
`require' or `load' the libraries of your choice that will be included in the `require' or `load' the libraries of your choice that will be included in the
dump." dump."
(with-temp-buffer (org-mode))
(require 'org-projectile)
) )
(defun dotspacemacs/user-config () (defun dotspacemacs/user-config ()
@ -944,7 +946,6 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
(with-eval-after-load 'org-agenda (with-eval-after-load 'org-agenda
(require 'org-projectile)
(mapcar '(lambda (file) (mapcar '(lambda (file)
(when (file-exists-p file) (when (file-exists-p file)
(push file org-agenda-files))) (push file org-agenda-files)))