about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-05-18 14:08:21 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-05-18 14:08:21 +0100
commitb81a425af988a58d1e62505a942c44ad31615335 (patch)
treea82aac8c9708477046c752f596720c35b8fc45fc /.emacs.d
parentcf207333b325103701edf64bb1d54998b288c0af (diff)
downloaddotfiles-b81a425af988a58d1e62505a942c44ad31615335.tar.gz
Use recentf order, not minubuffer history order, for project-recentf
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-project.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-project.el b/.emacs.d/lisp/init-project.el
index f1e58c0..66cf16b 100644
--- a/.emacs.d/lisp/init-project.el
+++ b/.emacs.d/lisp/init-project.el
@@ -36,7 +36,7 @@
           (find-file (expand-file-name
                       (funcall project-read-file-name-function
                                "Find recent project files"
-                               project-recentf-files nil 'file-name-history nil)
+                               project-recentf-files)
                       project-root)))
       (message "recentf is not enabled")))
   (defun project-switch-src-project ()