summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-19 00:21:12 -0500
committerCase Duckworth2021-04-19 00:21:12 -0500
commit46579be1fbacdfd58820b4f43f29b292acc6c048 (patch)
tree89c1b8e61546688d26d221523ac60251bc8e752f /early-init.el
parentSwitch out company for corfu (diff)
downloademacs-46579be1fbacdfd58820b4f43f29b292acc6c048.tar.gz
emacs-46579be1fbacdfd58820b4f43f29b292acc6c048.zip
Attempt to further speed up init
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index 9711df3..412a2c9 100644 --- a/early-init.el +++ b/early-init.el
@@ -30,7 +30,8 @@
30 30
31(setq load-prefer-newer noninteractive 31(setq load-prefer-newer noninteractive
32 orig-file-name-handler-alist file-name-handler-alist 32 orig-file-name-handler-alist file-name-handler-alist
33 file-name-handler-alist nil) 33 file-name-handler-alist nil
34 inhibit-x-resources t)
34(acdw/gc-disable) 35(acdw/gc-disable)
35 36
36(hook-defun post-init-reset after-init-hook 37(hook-defun post-init-reset after-init-hook
@@ -110,7 +111,8 @@
110 package-quickstart nil 111 package-quickstart nil
111 straight-host-usernames '((github . "duckwork") 112 straight-host-usernames '((github . "duckwork")
112 (gitlab . "acdw")) 113 (gitlab . "acdw"))
113 straight-base-dir (acdw/dir)) 114 straight-base-dir (acdw/dir)
115 straight-check-for-modifications '(check-on-save find-when-checking))
114 116
115;; 3. Bootstrap `straight'. 117;; 3. Bootstrap `straight'.
116(defvar bootstrap-version) 118(defvar bootstrap-version)