.emacs.d/early-init.el

6 lines
207 B
EmacsLisp
Raw Normal View History

;;; 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)))