fix(cli): remove bufler from excluded autoloads

I was discussing issues generating autoloads files from some packages
with someone on Discord, and they mentioned issues with
alphapapa/bufler.el, so I added doom-autoloads-excluded-files in
5d0f781062, and also added bufler to it by default. In hindsight, that
doesn't make much sense as a default when Doom and its modules don't
even install bufler (and even if they did, this shouldn't be done in
core).

Ref: 5d0f781062
This commit is contained in:
Henrik Lissner 2022-03-31 19:12:10 +02:00
parent 1f0b74a7c5
commit 806d9c0116
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -7,8 +7,7 @@ These packages have silly or destructive autoload files that try to load
everyone in the universe and their dog, causing errors that make babies cry. No everyone in the universe and their dog, causing errors that make babies cry. No
one wants that.") one wants that.")
(defvar doom-autoloads-excluded-files (defvar doom-autoloads-excluded-files ()
'("/bufler/bufler-workspaces-tabs\\.el$")
"List of regexps whose matching files won't be indexed for autoloads.") "List of regexps whose matching files won't be indexed for autoloads.")
(defvar doom-autoloads-cached-vars (defvar doom-autoloads-cached-vars