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 in5d0f781062
, 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:
parent
1f0b74a7c5
commit
806d9c0116
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
one wants that.")
|
||||
|
||||
(defvar doom-autoloads-excluded-files
|
||||
'("/bufler/bufler-workspaces-tabs\\.el$")
|
||||
(defvar doom-autoloads-excluded-files ()
|
||||
"List of regexps whose matching files won't be indexed for autoloads.")
|
||||
|
||||
(defvar doom-autoloads-cached-vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue