summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-21 09:30:31 -0600
committerCase Duckworth2022-01-21 09:30:31 -0600
commit44741fed54c0f7b6a5a5f00a28b01bf91f7afbf6 (patch)
tree4fd42b17066146dac8b47d3fc5c30356ef815af3 /early-init.el
parentBeing working on +elfeed-update-async (diff)
parentFix mode-line-bell recipe (diff)
downloademacs-44741fed54c0f7b6a5a5f00a28b01bf91f7afbf6.tar.gz
emacs-44741fed54c0f7b6a5a5f00a28b01bf91f7afbf6.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 840a649..c379934 100644 --- a/early-init.el +++ b/early-init.el
@@ -145,7 +145,8 @@ See `no-littering' for examples.")
145 145
146(dolist (pkg '(el-patch 146(dolist (pkg '(el-patch
147 no-littering 147 no-littering
148 setup)) 148 setup
149 straight)) ; already installed, but what the hell
149 (straight-use-package pkg) 150 (straight-use-package pkg)
150 (require pkg) 151 (require pkg)
151 (require (intern (format "+%s" pkg)) nil :noerror)) 152 (require (intern (format "+%s" pkg)) nil :noerror))