From adf815b61bfd850e948e60b743ce48b0ff42d901 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 21 Jan 2022 16:34:55 -0600 Subject: Two out of three ain't bad --- early-init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index c379934..068770c 100644 --- a/early-init.el +++ b/early-init.el @@ -45,6 +45,7 @@ (push (locate-user-emacs-file "lisp") load-path) (require 'acdw) +(require 'compat) (+define-dir .etc (locate-user-emacs-file ".etc") "Directory for all of Emacs's various files. @@ -146,7 +147,8 @@ See `no-littering' for examples.") (dolist (pkg '(el-patch no-littering setup - straight)) ; already installed, but what the hell + straight ; already installed, but what the hell + )) (straight-use-package pkg) (require pkg) (require (intern (format "+%s" pkg)) nil :noerror)) -- cgit 1.4.1-21-gabe81