summaryrefslogtreecommitdiff
path: root/dots/emacs/.emacs.d/early-init.el
diff options
context:
space:
mode:
authorHunt <lizhunt@amazon.com>2025-06-12 09:30:33 -0700
committerHunt <lizhunt@amazon.com>2025-06-12 09:30:45 -0700
commit072aa746c02e8a423c128cfc253ac2c410eb47e1 (patch)
tree5677ff905c9a563ac8c36a26f0d96503ae56a472 /dots/emacs/.emacs.d/early-init.el
parent058b3be4feb7eda3810172537039c48ac36441a5 (diff)
downloaddotfiles-072aa746c02e8a423c128cfc253ac2c410eb47e1.tar.gz
dotfiles-072aa746c02e8a423c128cfc253ac2c410eb47e1.zip
Fixes some emacs stuff
Diffstat (limited to 'dots/emacs/.emacs.d/early-init.el')
-rw-r--r--dots/emacs/.emacs.d/early-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/dots/emacs/.emacs.d/early-init.el b/dots/emacs/.emacs.d/early-init.el
new file mode 100644
index 0000000..7bb24d4
--- /dev/null
+++ b/dots/emacs/.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> --
+