Ensure that pcache-directory
ends in a slash
This commit is contained in:
parent
a68cc58253
commit
62337a3e3a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Reference in a new issue