From 6b1c423c2b2d7330a187ed4de5f0f28a8f11fdbb Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 24 Dec 2018 13:29:06 -0800 Subject: reorder custom.el and explicit projectile prefix --- custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom.el') 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 -- cgit v1.2.3