Use expand-file-name instead of concat

This commit is contained in:
Geoff Shannon 2014-05-15 13:43:51 -07:00
parent c380a3f001
commit 1ac728d6a7

View file

@ -64,8 +64,8 @@ Will only occur if `prelude-whitespace' is also enabled."
:type 'boolean
:group 'prelude)
(defcustom prelude-user-init-file (concat user-emacs-directory
"personal/")
(defcustom prelude-user-init-file (expand-file-name "personal/"
user-emacs-directory)
"Path to your personal customization file.
Prelude recommends you only put personal customizations in the
personal folder. This variable allows you to specify a specific