]> code.delx.au - gnu-emacs/blobdiff - lisp/minibuffer.el
Add project-find-file and project-or-external-find-file
[gnu-emacs] / lisp / minibuffer.el
index 1251a4e1107b5aaecfaeb6c7ea6ebd14b699e095..ecac0aeb1352f9b2099fa01d4f720ae5f22cb705 100644 (file)
@@ -831,7 +831,8 @@ styles for specific categories, such as files, buffers, etc."
 
 (defvar completion-category-defaults
   '((buffer (styles . (basic substring)))
-    (unicode-name (styles . (basic substring))))
+    (unicode-name (styles . (basic substring)))
+    (project-file (styles . (basic substring))))
   "Default settings for specific completion categories.
 Each entry has the shape (CATEGORY . ALIST) where ALIST is
 an association list that can specify properties such as: