Remove gh from excluded packages for autoloads
Fixed upstream.
This commit is contained in:
parent
3967d6001b
commit
1f3530da6f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; core/cli/autoloads.el -*- lexical-binding: t; -*-
|
;;; core/cli/autoloads.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defvar doom-autoloads-excluded-packages '("gh")
|
(defvar doom-autoloads-excluded-packages ()
|
||||||
"What packages whose autoloads file we won't index.
|
"What packages whose autoloads files we won't index.
|
||||||
|
|
||||||
These packages have silly or destructive autoload files that try to load
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue