summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 041f553a..02b238eb 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -656,7 +656,8 @@
 
             (defun ap/open-subfolder-project (from-dir &optional arg)
               (let ((project-dir (helm-comp-read "Open project: "
-                                                 (ap/subfolder-projects from-dir))))
+                                                 (ap/subfolder-projects from-dir)
+                                                 :must-match t)))
                 (projectile-switch-project-by-name (expand-file-name project-dir from-dir) arg)))
 
             (defun ap/open-work-project (&optional arg)