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:
parent
d2b954b04c
commit
7bb680b1df
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ Will only occur if `prelude-whitespace' is also enabled."
|
||||||
"Path to your personal customization file.
|
"Path to your personal customization file.
|
||||||
|
|
||||||
Since Prelude recommends you only put personal customizations in
|
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
|
:type 'string
|
||||||
:group 'prelude)
|
:group 'prelude)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue