Disable counsel-projectile temporarily #93
Until upstream resolves ericdanan/counsel-projectile#93
This commit is contained in:
parent
4c8c9a2d09
commit
ddf107a507
2 changed files with 5 additions and 8 deletions
|
@ -224,14 +224,10 @@ The point of this is to avoid Emacs locking up indexing massive file trees."
|
|||
#'counsel-find-file)
|
||||
|
||||
((doom-project-p 'nocache)
|
||||
#'projectile-find-file)
|
||||
|
||||
;; FIXME When counsel-projectile-find-file is fixed upstream
|
||||
;; ((doom-project-p 'nocache)
|
||||
;; (let ((files (projectile-current-project-files)))
|
||||
;; (if (<= (length files) ivy-sort-max-size)
|
||||
;; #'counsel-projectile-find-file
|
||||
;; #'projectile-find-file)))
|
||||
(let ((files (projectile-current-project-files)))
|
||||
(if (<= (length files) ivy-sort-max-size)
|
||||
#'counsel-projectile-find-file
|
||||
#'projectile-find-file)))
|
||||
|
||||
(#'counsel-file-jump))))
|
||||
|
||||
|
|
|
@ -149,6 +149,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
|
||||
|
||||
(def-package! counsel-projectile
|
||||
:disabled t
|
||||
:commands (counsel-projectile-find-file counsel-projectile-find-dir counsel-projectile-switch-to-buffer
|
||||
counsel-projectile-grep counsel-projectile-ag counsel-projectile-switch-project)
|
||||
:init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue