diff options
author | 2018-12-21 21:00:01 -0500 | |
---|---|---|
committer | 2018-12-21 21:00:01 -0500 | |
commit | b1fb0f48d5a7d3057f6ddb0473356cc6d07c0ecf (patch) | |
tree | 48a95f06d2435ee1c2760a2db7a757ced489682f /early-init.el | |
parent | ee0dbfb503ff924d6d2778891c18b6e62774cbb1 (diff) | |
download | configs-b1fb0f48d5a7d3057f6ddb0473356cc6d07c0ecf.tar.gz configs-b1fb0f48d5a7d3057f6ddb0473356cc6d07c0ecf.tar.xz configs-b1fb0f48d5a7d3057f6ddb0473356cc6d07c0ecf.zip |
[emacs] unignore and add {early-}init.el
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el new file mode 100644 index 0000000..512068a --- /dev/null +++ b/early-init.el @@ -0,0 +1 @@ +(setq package-enable-at-startup nil) |