From 0060b59228a438ab839a2ed551955fd00c6db3f8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 2 Jun 2021 00:24:56 +0200 Subject: [PATCH] Sort files in counsel-projectile. --- init.d/programming/common.el | 1 + 1 file changed, 1 insertion(+) 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)