From 7bb680b1dff048fc0284e00a91cc495204321a82 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Sun, 11 May 2014 17:46:08 -0700 Subject: [PATCH] Add to documentation for new variable Describe a simple and easy way to specify which file should be used as the "init-file." --- core/prelude-custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 2fdc313..d617a24 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -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)