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 :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