diff options
author | 2019-05-10 00:07:31 -0400 | |
---|---|---|
committer | 2019-05-10 00:07:31 -0400 | |
commit | 41d290a233ff4f54a839184e74b9c86065a30cf5 (patch) | |
tree | 071c333d28a76ba0bd06532e7b5c121f4c0896e3 /.emacs.d/early-init.el | |
parent | ea5966bc77e3a0fd2b182867d4be529d93f64dd2 (diff) | |
download | configs-41d290a233ff4f54a839184e74b9c86065a30cf5.tar.gz configs-41d290a233ff4f54a839184e74b9c86065a30cf5.tar.xz configs-41d290a233ff4f54a839184e74b9c86065a30cf5.zip |
emacs: add {early-,}init.el, as exported from init.org
in preparation for moving to a regular non-literate config
Diffstat (limited to '.emacs.d/early-init.el')
-rw-r--r-- | .emacs.d/early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el new file mode 100644 index 0000000..512068a --- /dev/null +++ b/.emacs.d/early-init.el @@ -0,0 +1 @@ +(setq package-enable-at-startup nil) |