diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
45 | 45 | ||
46 | (push (locate-user-emacs-file "lisp") load-path) | 46 | (push (locate-user-emacs-file "lisp") load-path) |
47 | (require 'acdw) | 47 | (require 'acdw) |
48 | (require 'compat) | ||
48 | 49 | ||
49 | (+define-dir .etc (locate-user-emacs-file ".etc") | 50 | (+define-dir .etc (locate-user-emacs-file ".etc") |
50 | "Directory for all of Emacs's various files. | 51 | "Directory for all of Emacs's various files. |
@@ -146,7 +147,8 @@ See `no-littering' for examples.") | |||
146 | (dolist (pkg '(el-patch | 147 | (dolist (pkg '(el-patch |
147 | no-littering | 148 | no-littering |
148 | setup | 149 | setup |
149 | straight)) ; already installed, but what the hell | 150 | straight ; already installed, but what the hell |
151 | )) | ||
150 | (straight-use-package pkg) | 152 | (straight-use-package pkg) |
151 | (require pkg) | 153 | (require pkg) |
152 | (require (intern (format "+%s" pkg)) nil :noerror)) | 154 | (require (intern (format "+%s" pkg)) nil :noerror)) |