From 937611fd1205b383ca2f8ece42bd20fcbb824f9f Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 24 Feb 2021 05:35:28 +0100 Subject: [PATCH] Emacs: Load projectile only after f. We need f-directory?. --- init.d/programming/common.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 26c9b20..d28e23f 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -65,9 +65,8 @@ (use-package projectile :unless slow-computer :demand t - :after (treemacs ivy window-purpose) - :functions (f-directory? - treemacs-collapse-other-projects + :after (treemacs ivy window-purpose f) + :functions (treemacs-collapse-other-projects treemacs-toggle-node my/projectile-kill-buffers purpose-set-window-purpose-dedicated-p)