Fix autoloaded hydras
They weren't marked as interactive, making them unavailable for `M-x` or keybinds.
This commit is contained in:
parent
3b2befe161
commit
a4283427f5
5 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; ui/vc-gutter/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload (autoload '+vc-gutter-hydra/body "ui/vc-gutter/autoload" nil nil)
|
||||
;;;###autoload (autoload '+vc-gutter-hydra/body "ui/vc-gutter/autoload" nil t)
|
||||
(defhydra +vc-gutter-hydra
|
||||
(:body-pre (git-gutter-mode 1) :hint nil)
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue