mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-16 20:18:39 -04:00
10 lines
220 B
EmacsLisp
10 lines
220 B
EmacsLisp
;;; early-init.el --- earliest birds -*- lexical-binding: t -*-
|
|
|
|
(setq package-enable-at-startup nil)
|
|
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; indent-tabs-mode: nil
|
|
;; End:
|
|
;;; early-init.el ends here
|