Attempt to further speed up init

This commit is contained in:
Case Duckworth 2021-04-19 00:21:12 -05:00
parent 1b652a2ec8
commit 46579be1fb
1 changed files with 4 additions and 2 deletions

View File

@ -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)