diff --git a/core/core-load-paths.el b/core/core-load-paths.el index bd641b155..6c9aa0b88 100644 --- a/core/core-load-paths.el +++ b/core/core-load-paths.el @@ -46,7 +46,7 @@ (expand-file-name "~/") "User home directory (~/).") (defconst pcache-directory - (concat spacemacs-cache-directory "pcache")) + (concat spacemacs-cache-directory "pcache/")) (unless (file-exists-p spacemacs-cache-directory) (make-directory spacemacs-cache-directory))