diff options
-rw-r--r-- | emacs.d/early-init.el | 3 |
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) |