Sort files in counsel-projectile.
This commit is contained in:
parent
dca1149236
commit
0060b59228
|
@ -136,6 +136,7 @@ Ignores ARGS."
|
||||||
(use-package counsel-projectile
|
(use-package counsel-projectile
|
||||||
:demand t
|
:demand t
|
||||||
:after (counsel projectile)
|
:after (counsel projectile)
|
||||||
|
:custom ((counsel-projectile-sort-files t))
|
||||||
:config (progn
|
:config (progn
|
||||||
;; I'm not exactly sure what I did here but it seems to work.
|
;; I'm not exactly sure what I did here but it seems to work.
|
||||||
(defun my/counsel-projectile-switch-project-action (project)
|
(defun my/counsel-projectile-switch-project-action (project)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user