Remove package.el and setup straight.el

This commit is contained in:
Dimitri Lozeve 2021-06-03 16:05:17 +02:00
parent bc61c9dd6a
commit 8316896f09
2 changed files with 83 additions and 74 deletions

9
early-init.el Normal file
View file

@ -0,0 +1,9 @@
;;; ~/.emacs.d/init.el --- Configuration file for Emacs
;;; Commentary:
;;; Code:
(setq package-enable-at-startup nil)
;;; early-init.el ends here