Sort files in counsel-projectile.

This commit is contained in:
tastytea 2021-06-02 00:24:56 +02:00
parent dca1149236
commit 0060b59228
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ Ignores ARGS."
(use-package counsel-projectile
:demand t
:after (counsel projectile)
:custom ((counsel-projectile-sort-files t))
:config (progn
;; I'm not exactly sure what I did here but it seems to work.
(defun my/counsel-projectile-switch-project-action (project)