Fix dependencies of org-projectile
It must load after projectile *and* org is loaded.
This commit is contained in:
parent
1b965738b3
commit
5970581376
@ -1788,8 +1788,7 @@ Because one is never enough.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package org-projectile
|
||||
:after
|
||||
projectile
|
||||
:after (:all projectile org)
|
||||
:defer t
|
||||
:bind
|
||||
(:map projectile-command-map
|
||||
|
Loading…
Reference in New Issue
Block a user