diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-12 09:30:33 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-12 09:30:45 -0700 |
commit | 072aa746c02e8a423c128cfc253ac2c410eb47e1 (patch) | |
tree | 5677ff905c9a563ac8c36a26f0d96503ae56a472 /dots/emacs/.config/emacs.d/early-init.el | |
parent | 058b3be4feb7eda3810172537039c48ac36441a5 (diff) | |
download | dotfiles-072aa746c02e8a423c128cfc253ac2c410eb47e1.tar.gz dotfiles-072aa746c02e8a423c128cfc253ac2c410eb47e1.zip |
Fixes some emacs stuff
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, 0 insertions, 5 deletions
diff --git a/dots/emacs/.config/emacs.d/early-init.el b/dots/emacs/.config/emacs.d/early-init.el deleted file mode 100644 index 7bb24d4..0000000 --- a/dots/emacs/.config/emacs.d/early-init.el +++ /dev/null @@ -1,5 +0,0 @@ -;;-- <early-init> -- -(add-to-list 'default-frame-alist '(undecorated-round . t)) -(setq package-enable-at-startup t) -;;-- </early-init> -- - |