all repos — nixfiles @ 375a178ab2336f43a8ba2e4a1a8a557a50c147ab

System and user configuration, managed by nix and home-manager

Emacs: sort projectile results by mtime
Alan Pearce alan@alanpearce.eu
Mon, 29 Jun 2020 13:29:02 +0200
commit

375a178ab2336f43a8ba2e4a1a8a557a50c147ab

parent

3b2394acbe4813ca6d4d8d62df3e4b33aab0772d

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -407,6 +407,7 @@ (add-to-list 'projectile-project-root-files "package.json")             (add-to-list 'projectile-project-root-files-bottom-up "pnpm-workspace.yaml")
             (setq projectile-completion-system 'ivy
                   projectile-kill-buffers-filter 'kill-only-files
+                  projectile-sort-order 'modification-time
                   projectile-project-root-files-functions '(projectile-root-local
                                                             projectile-root-top-down
                                                             projectile-root-bottom-up