summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-06-29 13:29:02 +0200
committerAlan Pearce2020-06-29 13:29:02 +0200
commit375a178ab2336f43a8ba2e4a1a8a557a50c147ab (patch)
tree2d15b5c1827ae723ce59788dc6b1708eac1fc445 /user
parent3b2394acbe4813ca6d4d8d62df3e4b33aab0772d (diff)
downloadnixfiles-375a178ab2336f43a8ba2e4a1a8a557a50c147ab.tar.lz
nixfiles-375a178ab2336f43a8ba2e4a1a8a557a50c147ab.tar.zst
nixfiles-375a178ab2336f43a8ba2e4a1a8a557a50c147ab.zip
Emacs: sort projectile results by mtime
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index b09425e6..626cf041 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -407,6 +407,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
             (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