diff options
| author | Hunt <lizhunt@amazon.com> | 2025-06-07 17:23:25 -0700 |
|---|---|---|
| committer | Hunt <lizhunt@amazon.com> | 2025-06-07 17:23:25 -0700 |
| commit | fe6a59ea558971a2c3e532e922b4fc4232bc1719 (patch) | |
| tree | 0372373802692c54da133fb6448b7abb6dc522ce /dots/emacs/.config/emacs.d/early-init.el | |
| parent | da1dbddd46cac345116488cd38d42d7502522465 (diff) | |
| download | dots-fe6a59ea558971a2c3e532e922b4fc4232bc1719.tar.gz dots-fe6a59ea558971a2c3e532e922b4fc4232bc1719.zip | |
Add emacs config
Diffstat (limited to 'dots/emacs/.config/emacs.d/early-init.el')
| -rw-r--r-- | dots/emacs/.config/emacs.d/early-init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dots/emacs/.config/emacs.d/early-init.el b/dots/emacs/.config/emacs.d/early-init.el new file mode 100644 index 0000000..7bb24d4 --- /dev/null +++ b/dots/emacs/.config/emacs.d/early-init.el @@ -0,0 +1,5 @@ +;;-- <early-init> -- +(add-to-list 'default-frame-alist '(undecorated-round . t)) +(setq package-enable-at-startup t) +;;-- </early-init> -- + |
