Use recentf order, not minubuffer history order, for project-recentf

This commit is contained in:
David Morgan 2022-05-18 14:08:21 +01:00
parent cf207333b3
commit b81a425af9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()