Skip to content

Commit

Permalink
handle the custom-file variable correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul C. Mantz committed Apr 13, 2016
1 parent eefa0f4 commit 9d6cd06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lisp/my-env.el
Expand Up @@ -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)

;;
Expand Down

0 comments on commit 9d6cd06

Please sign in to comment.