From 806d9c0116ab8bc91c3408387dcacb8e3d485ddc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 31 Mar 2022 19:12:10 +0200 Subject: [PATCH] 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 5d0f78106260, 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: 5d0f78106260 --- core/cli/autoloads.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index 5920b6325..7053fa4e3 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -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