Don't bind noninteractive while building autoloads
See raxod502/straight.el#431
This commit is contained in:
parent
a814998a75
commit
88eb9d1d61
1 changed files with 0 additions and 2 deletions
|
@ -230,7 +230,6 @@ Run this whenever your `doom!' block, or a module autoload file, is modified."
|
||||||
|
|
||||||
;; The following bindings are in `package-generate-autoloads'.
|
;; The following bindings are in `package-generate-autoloads'.
|
||||||
;; Presumably for a good reason, so I just copied them
|
;; Presumably for a good reason, so I just copied them
|
||||||
(noninteractive t)
|
|
||||||
(backup-inhibited t)
|
(backup-inhibited t)
|
||||||
(version-control 'never)
|
(version-control 'never)
|
||||||
(case-fold-search nil) ; reduce magic
|
(case-fold-search nil) ; reduce magic
|
||||||
|
@ -375,7 +374,6 @@ This should be run whenever your `doom!' block or update your packages."
|
||||||
(doom-load-autoloads-file doom-package-autoload-file))
|
(doom-load-autoloads-file doom-package-autoload-file))
|
||||||
(let (;; The following bindings are in `package-generate-autoloads'.
|
(let (;; The following bindings are in `package-generate-autoloads'.
|
||||||
;; Presumably for a good reason, so I just copied them
|
;; Presumably for a good reason, so I just copied them
|
||||||
(noninteractive t)
|
|
||||||
(backup-inhibited t)
|
(backup-inhibited t)
|
||||||
(version-control 'never)
|
(version-control 'never)
|
||||||
(case-fold-search nil) ; reduce magic
|
(case-fold-search nil) ; reduce magic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue