From 092697468a77c6a9a397b74323174306c5b8f6fd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 16 Sep 2021 08:38:24 -0500 Subject: Move el-patch loading to early-init.el --- early-init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index c7d4985..b020c52 100644 --- a/early-init.el +++ b/early-init.el @@ -191,15 +191,19 @@ say, `tool-bar-mode' once to toggle the tool bar back on." before-init-time))) gcs-done)) -;;; `setup' +;;; Early-loaded packages +;; These packages are here because they need to be loaded /before/ +;; everything else in init.el. + (straight-use-package '(setup :host nil :repo "https://git.sr.ht/~pkal/setup")) (require 'setup) (require 'acdw-setup) -;;; `no-littering' (setup (:straight no-littering) (:option no-littering-etc-directory (acdw/dir) no-littering-var-directory (acdw/dir)) (require 'no-littering)) +(setup (:straight el-patch)) + ;;; early-init.el ends here -- cgit 1.4.1-21-gabe81