Emacs: Add early-init.el.
This commit is contained in:
parent
da62bbcf8d
commit
216003eff9
11
early-init.el
Normal file
11
early-init.el
Normal 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
|
Loading…
Reference in New Issue
Block a user