diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-04-01 19:46:14 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-04-01 19:46:14 +0000 |
commit | 13a10383f190fdc2f4cc95c0b104627fe375c66f (patch) | |
tree | 6d3714eae69088d7e26789960eb8864a1c35e23d /.config/emacs/early-init.el | |
parent | e4588098e2c76fac277f3598c8d0e2c60722f1ab (diff) | |
download | dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.tar dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.tar.gz dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.tar.bz2 dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.tar.lz dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.tar.xz dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.tar.zst dotfiles-13a10383f190fdc2f4cc95c0b104627fe375c66f.zip |
Improve IDE related configs
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el new file mode 100644 index 0000000..512068a --- /dev/null +++ b/.config/emacs/early-init.el @@ -0,0 +1 @@ +(setq package-enable-at-startup nil) |