summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 2b2c930..836346c 100644
--- a/custom.el
+++ b/custom.el
@@ -1,7 +1,7 @@
-(require 'setup-custom)
;; reserved for all local customization added by emacs
;; do not modify
(custom-set-variables)
(custom-set-faces)
+(require 'setup-custom)
(provide 'custom)
;;; custom.el ends here