diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 840c947..8c224bf 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -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)