mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user