commit e333f045fd418c6b57b51258cc18ff873b17cff0
parent 2db58f3cfcda7b1317ef06c2fa39bd86eeaa88aa
Author: Lou Woell <lou.woell@posteo.de>
Date: Mon, 15 Sep 2025 00:53:56 +0200
[haredoc.el] add missing autoload for haredoc-nav-mode
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/haredoc.el b/haredoc.el
@@ -254,6 +254,7 @@ the results in a new buffer."
"M-." 'haredoc/goto-defintion
"C-c C-d" 'haredoc/describe-thing-at-point)
+;;;###autoload
(define-minor-mode haredoc-nav-mode
"Enable navigation of hare symbols and easy access to haredoc pages."
:keymap haredoc-map)