diff options
author | Case Duckworth | 2020-12-30 23:34:05 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-30 23:34:05 -0600 |
commit | 6eb8fa9fdadf1a266e2e1519eec552cce6d2882e (patch) | |
tree | 6868cdd8cbb54affe39ed94facc8aee22ddcab71 /early-init.el | |
parent | Remove use-package (diff) | |
download | emacs-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.el | 4 |
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) | ||