From 9d6cd0690fa3b71bf829a4f4f777e12f37f9879c Mon Sep 17 00:00:00 2001 From: "Paul C. Mantz" Date: Wed, 13 Apr 2016 17:10:26 -0500 Subject: [PATCH] handle the custom-file variable correctly --- lisp/my-env.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/my-env.el b/lisp/my-env.el index 7045baf..5582a72 100644 --- a/lisp/my-env.el +++ b/lisp/my-env.el @@ -18,10 +18,7 @@ ;; ;; keep local customizations out of this file - -(defvar custom-file - (concat elisp-dir "my-custom-file.el") - "File where site-specific configuration is kept.") +(setq custom-file (concat elisp-dir "my-custom-file.el")) (load custom-file) ;;