Add to documentation for new variable

Describe a simple and easy way to specify which file should be used as the "init-file."
This commit is contained in:
Geoff Shannon 2014-05-11 17:46:08 -07:00
parent d2b954b04c
commit 7bb680b1df

View file

@ -69,7 +69,9 @@ Will only occur if `prelude-whitespace' is also enabled."
"Path to your personal customization file.
Since Prelude recommends you only put personal customizations in
the personal folder."
the personal folder. This can be easily set to the desired buffer
in lisp by putting `(setq prelude-user-init-file buffer-file-name)'
in the file that should be accessed with `prelude-find-user-init-file'."
:type 'string
:group 'prelude)