Use expand-file-name instead of concat
This commit is contained in:
parent
c380a3f001
commit
1ac728d6a7
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ Will only occur if `prelude-whitespace' is also enabled."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'prelude)
|
:group 'prelude)
|
||||||
|
|
||||||
(defcustom prelude-user-init-file (concat user-emacs-directory
|
(defcustom prelude-user-init-file (expand-file-name "personal/"
|
||||||
"personal/")
|
user-emacs-directory)
|
||||||
"Path to your personal customization file.
|
"Path to your personal customization file.
|
||||||
Prelude recommends you only put personal customizations in the
|
Prelude recommends you only put personal customizations in the
|
||||||
personal folder. This variable allows you to specify a specific
|
personal folder. This variable allows you to specify a specific
|
||||||
|
|
Loading…
Reference in a new issue