We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d14c0 commit 3b9ce19Copy full SHA for 3b9ce19
git-link-transient.el
@@ -20,8 +20,8 @@
20
;; Transient interface (magit-like menu) for git-link.
21
;; Call `git-link-dispatch' to show the menu.
22
;;
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.
+;; You need to have `transient' installed as a depenency.
+;; (it's not listed as the dependency of git-link because we want it to be optional.)
25
26
;;; Code:
27
@@ -110,6 +110,7 @@
110
:if-not 'use-region-p
111
:key "n")
112
113
+;;;###autoload
114
(transient-define-prefix git-link-dispatch ()
115
"Git link dispatch."
116
[:description
0 commit comments