about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-07-13 00:35:34 -0500
committerCase Duckworth2024-07-13 00:35:34 -0500
commita000b71c673d8a77b4c99ce49f25f92abd0fb0b7 (patch)
tree85fbca13aa229839f0390f2121f34b19580fae62
parentRemove coments (diff)
downloaddots-a000b71c673d8a77b4c99ce49f25f92abd0fb0b7.tar.gz
dots-a000b71c673d8a77b4c99ce49f25f92abd0fb0b7.zip
Fix package-ensure
-rw-r--r--emacs.d/early-init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs.d/early-init.el b/emacs.d/early-init.el index 1a5d9a5..6872b84 100644 --- a/emacs.d/early-init.el +++ b/emacs.d/early-init.el
@@ -232,8 +232,7 @@ REQUIRE means require it after ensuring it's installed."
232 (package-vc-install pkgspec) 232 (package-vc-install pkgspec)
233 t) 233 t)
234 (if no-error nil 234 (if no-error nil
235 (error "Can't find package: %s" pkg)))) 235 (error "Can't find package: %s" pkg)))))
236 (package-vc-install pkgspec))
237 (when require (require pkg)))) 236 (when require (require pkg))))
238 237
239(defun popup-eshell (arg) 238(defun popup-eshell (arg)