Skip to content

Commit 3b9ce19

Browse files
committed
autoload
1 parent 85d14c0 commit 3b9ce19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

git-link-transient.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
;; Transient interface (magit-like menu) for git-link.
2121
;; Call `git-link-dispatch' to show the menu.
2222
;;
23-
;; Because `transient' is an optional dependency for git-link,
24-
;; you need to explicitly require this file if you need to use this function.
23+
;; You need to have `transient' installed as a depenency.
24+
;; (it's not listed as the dependency of git-link because we want it to be optional.)
2525

2626
;;; Code:
2727

@@ -110,6 +110,7 @@
110110
:if-not 'use-region-p
111111
:key "n")
112112

113+
;;;###autoload
113114
(transient-define-prefix git-link-dispatch ()
114115
"Git link dispatch."
115116
[:description

0 commit comments

Comments
 (0)