mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove gh from excluded packages for autoloads
Fixed upstream.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user