Emacs: Add early-init.el.

This commit is contained in:
tastytea 2020-03-18 12:12:48 +01:00
parent da62bbcf8d
commit 216003eff9

11
early-init.el Normal file
View File

@ -0,0 +1,11 @@
;;; early-init.el --- Very early init -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(customize-set-variable 'package-enable-at-startup nil
"Don't initialize packages.")
(provide 'early-init)
;;; early-init.el ends here