summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs3
1 files changed, 1 insertions, 2 deletions
diff --git a/spacemacs b/spacemacs
index b13e7b8..d48f111 100644
--- a/spacemacs
+++ b/spacemacs
@@ -239,6 +239,7 @@ user code."
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code."
+ (setq custom-file "~/.spacemacs.local")
(load-file "~/.spacemacs.local")
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(setq-default
@@ -247,5 +248,3 @@ layers configuration. You are free to put any user code."
(kj-bindings)
(kj-org-config)
)
-;; Do not write anything past this comment. This is where Emacs will
-;; auto-generate custom variable definitions.