Rewrite the doc string to be less bad
This commit is contained in:
parent
7bb680b1df
commit
b30cc884b9
1 changed files with 5 additions and 4 deletions
|
@ -67,11 +67,12 @@ Will only occur if `prelude-whitespace' is also enabled."
|
||||||
(defcustom prelude-user-init-file (concat user-emacs-directory
|
(defcustom prelude-user-init-file (concat user-emacs-directory
|
||||||
"personal/")
|
"personal/")
|
||||||
"Path to your personal customization file.
|
"Path to your personal customization file.
|
||||||
|
Prelude recommends you only put personal customizations in the
|
||||||
Since Prelude recommends you only put personal customizations in
|
personal folder. This variable allows you to specify a specific
|
||||||
the personal folder. This can be easily set to the desired buffer
|
folder as the one that should be visited when running
|
||||||
|
`prelude-find-user-init-file'. This can be easily set to the desired buffer
|
||||||
in lisp by putting `(setq prelude-user-init-file buffer-file-name)'
|
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'."
|
in the desired elisp file."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'prelude)
|
:group 'prelude)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue