Fix dependencies of org-projectile

It must load after projectile *and* org is loaded.
This commit is contained in:
Gergely Polonkai 2019-11-14 14:31:41 +01:00
parent 1b965738b3
commit 5970581376
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 1 additions and 2 deletions

View File

@ -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