summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index ca684a5f..3166878d 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -682,7 +682,7 @@
                               (-filter #'file-directory-p (directory-files dir t "\\<")))))
 
             (defun ap/-add-known-subfolder-projects (dir)
-              (-map #'projectile-add-known-project (ap/subfolder-projects dir)))
+              (-map #'projectile-add-known-project (--map (concat (file-name-as-directory dir) it) (ap/subfolder-projects dir))))
 
             (defun ap/add-known-subfolder-projects ()
               (interactive)