diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-10 17:59:11 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-10 17:59:11 +1000 |
| commit | 4b2d5710d6d4439281333a5be11fc7bcd9d3359e (patch) | |
| tree | a995a1372d67828edea0d6225a694c3868714ae5 /early-init.el | |
| parent | 63797ae271dabdeb2e3bd54e103066e7c9ea4b3c (diff) | |
blank slate
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/early-init.el b/early-init.el deleted file mode 100644 index dcf868c..0000000 --- a/early-init.el +++ /dev/null @@ -1,14 +0,0 @@ -;;; early-init.el --- Early startup settings -*- lexical-binding: t; -*- - -;;; Commentary: - -;; Keep this file limited to settings that must exist before the first frame. - -;;; Code: - -(dolist (parameter '((width . 140) - (height . 42))) - (add-to-list 'default-frame-alist parameter) - (add-to-list 'initial-frame-alist parameter)) - -;;; early-init.el ends here |
