summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-28 23:23:29 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-28 23:23:29 -0400
commit89ed7aded48218eff30b96699369587afe4923b9 (patch)
tree21c597af3920e8773c48c99d17cce130889e0e32 /spacemacs
parent7ddbfbf1624f0bd034a1b65d1154a964e9adb54f (diff)
Move custom variables to a separate file.
Diffstat (limited to 'spacemacs')
-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.