From 0a8d8b22f0770ee662cdc5b2887960450c641c65 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Thu, 15 May 2014 23:16:53 -0700 Subject: [PATCH] Fix suggested use of prelude-user-init-file to something that will actually work correctly. --- core/prelude-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-custom.el b/core/prelude-custom.el index e5cd193..335a1ea 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -71,7 +71,7 @@ Prelude recommends you only put personal customizations in the personal folder. This variable allows you to specify a specific 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 load-file-name)' in the desired elisp file." :type 'string :group 'prelude)