.emacs.d/early-init.el
2022-12-29 21:41:21 -08:00

6 lines
207 B
EmacsLisp

;;; EMACS early-init file -*- lexical-binding:t -*-
;; Set frame parameters early
(setq default-frame-alist '((font . "JetbrainsMono Nerd Font-10.5")
(alpha-background . 0.94)))