summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/custom.el b/custom.el
new file mode 100644
index 0000000..2b2c930
--- /dev/null
+++ b/custom.el
@@ -0,0 +1,7 @@
+(require 'setup-custom)
+;; reserved for all local customization added by emacs
+;; do not modify
+(custom-set-variables)
+(custom-set-faces)
+(provide 'custom)
+;;; custom.el ends here