Emacs: Load projectile only after f.

We need f-directory?.
This commit is contained in:
tastytea 2021-02-24 05:35:28 +01:00
parent 397dfd2e08
commit 937611fd12
1 changed files with 2 additions and 3 deletions

View File

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