emacs.g/early-init.el
2020-03-20 23:37:24 +01:00

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