diff options
| author | BardofSprites <[email protected]> | 2025-09-07 16:57:31 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-09-07 16:57:31 -0400 |
| commit | 4dc37c750bd2de0c83e12a90f028bca3929afce4 (patch) | |
| tree | fd69c3257dfff850d848a3980e3e816b97c51a4d /early-init.el | |
| parent | f8ee1ceaf39dd6235b7294575c60608ed74602f2 (diff) | |
frame settings and popup term
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 73dcb2c..1d88f82 100644 --- a/early-init.el +++ b/early-init.el @@ -13,6 +13,8 @@ (setq mode-line-misc-info (delete (assoc 'minor-mode-alist mode-line-misc-info) mode-line-misc-info)) +(add-hook 'after-init-hook (lambda () (set-frame-name "home"))) + ;; Modes (scroll-bar-mode -1) (tool-bar-mode -1) |
