File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6206,12 +6206,7 @@ hint about how to install the package permanently.
6206
6206
Return non-nil when package is initially installed, nil otherwise."
6207
6207
(interactive
6208
6208
(list (straight-get-recipe
6209
- (when current-prefix-arg 'interactive) nil
6210
- (let ((installed nil))
6211
- ;; Cache keys are :local-repo. We want to compare :package.
6212
- (maphash (lambda (_ v) (push (plist-get v :package) installed))
6213
- straight--repo-cache)
6214
- (lambda (pkg) (not (member pkg installed)))))
6209
+ (when current-prefix-arg 'interactive) nil)
6215
6210
nil nil nil 'interactive))
6216
6211
;; Do this unconditionally, at the very beginning, because we want
6217
6212
;; to have caches loaded right away - they're needed even for
You can’t perform that action at this time.
0 commit comments