Emacs: Load projectile only after f.
We need f-directory?.
This commit is contained in:
parent
397dfd2e08
commit
937611fd12
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user