diff options
Diffstat (limited to 'installer/init.el')
-rw-r--r-- | installer/init.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/init.el b/installer/init.el new file mode 100644 index 0000000..6ef8912 --- /dev/null +++ b/installer/init.el @@ -0,0 +1,8 @@ +;; ~/.emacs.d/init.el +(require 'substrate) + +;; Set custom variables here + +(substrate-init) + +;; The rest of your config below |