From 89ed7aded48218eff30b96699369587afe4923b9 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 28 Oct 2015 23:23:29 -0400 Subject: Move custom variables to a separate file. --- spacemacs | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3