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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org-projectile
|
(use-package org-projectile
|
||||||
:after
|
:after (:all projectile org)
|
||||||
projectile
|
|
||||||
:defer t
|
:defer t
|
||||||
:bind
|
:bind
|
||||||
(:map projectile-command-map
|
(:map projectile-command-map
|
||||||
|
Loading…
Reference in New Issue
Block a user