Fix hyperbole breaking with elpaca
This commit is contained in:
parent
a63c96cb42
commit
3e6da48959
@ -814,7 +814,11 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
(magit-status)
|
(magit-status)
|
||||||
(run-with-timer 5 3 #'madots--cleanup)))
|
(run-with-timer 5 3 #'madots--cleanup)))
|
||||||
|
|
||||||
(elpaca-use-package hyperbole
|
(elpaca-use-package (hyperbole
|
||||||
|
:files ("*.el"
|
||||||
|
("kotl" "kotl/*.el")
|
||||||
|
"man/*.info" "man/*.texi")
|
||||||
|
:host github :repo "rswgnu/hyperbole")
|
||||||
:diminish
|
:diminish
|
||||||
:general (general-define-key
|
:general (general-define-key
|
||||||
:states 'normal
|
:states 'normal
|
||||||
|
Loading…
Reference in New Issue
Block a user