ui/modeline: minor startup optimization
Prevents project.el from being eager-loaded at startup.
This commit is contained in:
parent
79ac04f0b1
commit
1ce2b29193
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; core-projects.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! projectile
|
||||
:after-call (after-find-file dired-before-readin-hook)
|
||||
:after-call (after-find-file dired-before-readin-hook minibuffer-setup-hook)
|
||||
:commands (projectile-project-root projectile-project-name projectile-project-p)
|
||||
:init
|
||||
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue