General cleanup/doc comment update
This commit is contained in:
parent
906c6e2055
commit
5422201526
6 changed files with 28 additions and 17 deletions
|
@ -91,7 +91,8 @@
|
|||
|
||||
;; Don't cache ignored files!
|
||||
(defun doom*projectile-cache-current-file (orig-fun &rest args)
|
||||
(unless (--any (f-descendant-of? buffer-file-name it) (projectile-ignored-directories))
|
||||
(unless (--any (f-descendant-of? buffer-file-name it)
|
||||
(projectile-ignored-directories))
|
||||
(apply orig-fun args)))
|
||||
(advice-add 'projectile-cache-current-file :around 'doom*projectile-cache-current-file)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue