diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-05 02:23:45 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-05 02:23:45 +0100 |
commit | 541ab2e483efe77d08ae5d04119a834f24b6d150 (patch) | |
tree | db1f7116ccc441c396fa7407ea61785cb4cab9bb /config/extra/emacs/early-init.el | |
parent | afcc4905b9cd529f29c951c4cead54c6438e4706 (diff) |
added emacs configuration
Diffstat (limited to 'config/extra/emacs/early-init.el')
-rw-r--r-- | config/extra/emacs/early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/extra/emacs/early-init.el b/config/extra/emacs/early-init.el new file mode 100644 index 0000000..512068a --- /dev/null +++ b/config/extra/emacs/early-init.el @@ -0,0 +1 @@ +(setq package-enable-at-startup nil) |