summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-12-30 23:34:05 -0600
committerCase Duckworth2020-12-30 23:34:05 -0600
commit6eb8fa9fdadf1a266e2e1519eec552cce6d2882e (patch)
tree6868cdd8cbb54affe39ed94facc8aee22ddcab71 /early-init.el
parentRemove use-package (diff)
downloademacs-6eb8fa9fdadf1a266e2e1519eec552cce6d2882e.tar.gz
emacs-6eb8fa9fdadf1a266e2e1519eec552cce6d2882e.zip
Fold init.el and early-init.el together
Weren’t doin’ no good apart.
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/early-init.el b/early-init.el deleted file mode 100644 index f9d4a97..0000000 --- a/early-init.el +++ /dev/null
@@ -1,4 +0,0 @@
1;; early-init.el -*- lexical-binding: t; no-byte-compile: t; -*-
2
3(setq load-prefer-newer t)
4(setq frame-inhibit-implied-resize t)