From b326b40b2d0b7c2769948e3bf45a0c5cf3701f52 Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 24 Dec 2018 09:51:47 -0800 Subject: basic customization separated --- custom.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 custom.el 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 -- cgit v1.2.3