From 7f94ef5c1d2575d76279f325588439cf92cd56a4 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 3 Mar 2015 22:12:23 -0500 Subject: Don't load customization file I don't use this. I'm not setting custom-file to nil because I don't want customization to be dropped in init.el. --- custom.el | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 custom.el (limited to 'custom.el') diff --git a/custom.el b/custom.el deleted file mode 100644 index 44457d5..0000000 --- a/custom.el +++ /dev/null @@ -1,12 +0,0 @@ -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. -) -- cgit v1.2.3