From 5970581376d4cc2cc34b92e31d580a99a142768a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 14 Nov 2019 14:31:41 +0100 Subject: [PATCH] Fix dependencies of org-projectile It must load after projectile *and* org is loaded. --- configuration.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index b6b3884..54faa4b 100644 --- a/configuration.org +++ b/configuration.org @@ -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