summaryrefslogtreecommitdiff
path: root/dots/emacs/.config/emacs.d/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dots/emacs/.config/emacs.d/early-init.el')
-rw-r--r--dots/emacs/.config/emacs.d/early-init.el5
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> --
+