emacs/early-init.el

8 lines
215 B
EmacsLisp

;; early-init.el -*- no-byte-compile: t; -*-
;; I use `straight.el' instead of `package.el'.
(setq package-enable-at-startup nil)
;; Don't resize the frame when loading fonts
(setq frame-inhibit-implied-resize t)