From f1bd7efba96174cdaa197f3ecdccbeacf9235f88 Mon Sep 17 00:00:00 2001 From: blendoit Date: Tue, 3 Sep 2019 17:32:57 -0700 Subject: First commit --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 init.el (limited to 'init.el') diff --git a/init.el b/init.el new file mode 100644 index 0000000..d6c5ef0 --- /dev/null +++ b/init.el @@ -0,0 +1,9 @@ +(require 'package) +(package-initialize) + +;; Load settings automatically created by GNU Emacs customize commands +(setq custom-file "~/.emacs.d/init_emacs.el") +(load custom-file) + +;; Load settings I manually created for GNU Emacs +(load "~/.emacs.d/init_blendoit.el") -- cgit v1.2.3