9 lines
151 B
EmacsLisp
9 lines
151 B
EmacsLisp
;;; ~/.emacs.d/init.el --- Configuration file for Emacs
|
|
|
|
;;; Commentary:
|
|
|
|
;;; Code:
|
|
(setq package-enable-at-startup nil)
|
|
|
|
;;; early-init.el ends here
|
|
|