summaryrefslogtreecommitdiff
path: root/.config/emacs/early-init.el
blob: 7beda6950f576235835af35a38670539a3d33b73 (plain)
1
2
3
4
5
;; Hey, Emacs: -*- Indent-tabs-mode: nil -*-

;; Don't automatically initialize package.el, wait for us to configure
;; it in init.el and then manually call (package-initialize).
(setq package-enable-at-startup nil)