From 46579be1fbacdfd58820b4f43f29b292acc6c048 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 19 Apr 2021 00:21:12 -0500 Subject: Attempt to further speed up init --- early-init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'early-init.el') 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 @@ (setq load-prefer-newer noninteractive orig-file-name-handler-alist file-name-handler-alist - file-name-handler-alist nil) + file-name-handler-alist nil + inhibit-x-resources t) (acdw/gc-disable) (hook-defun post-init-reset after-init-hook @@ -110,7 +111,8 @@ package-quickstart nil straight-host-usernames '((github . "duckwork") (gitlab . "acdw")) - straight-base-dir (acdw/dir)) + straight-base-dir (acdw/dir) + straight-check-for-modifications '(check-on-save find-when-checking)) ;; 3. Bootstrap `straight'. (defvar bootstrap-version) -- cgit 1.4.1-21-gabe81