summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-03-03 22:12:23 -0500
committerKyle Meyer <kyle@kyleam.com>2015-03-03 22:12:23 -0500
commit7f94ef5c1d2575d76279f325588439cf92cd56a4 (patch)
tree9309ccead5371d4413e2ca064015dfff8cbb0fcf /custom.el
parent471008e784f04193c3576f4fa4575ba2d6a8d64c (diff)
downloademacs.d-7f94ef5c1d2575d76279f325588439cf92cd56a4.tar.gz
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.
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el12
1 files changed, 0 insertions, 12 deletions
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.
-)