Skip to content

Commit

Permalink
fix: autoload command git-cliff-menu correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Dec 8, 2023
1 parent b96f592 commit 6bd365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff.el
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ This command will commit all staged files by default."
(propertize "latest tag :" 'face 'font-lock-variable-name-face)
(propertize tag 'face 'transient-pink))))

;;;###autoload
;;;###autoload (autoload 'git-cliff-menu "git-cliff" nil t)
(transient-define-prefix git-cliff-menu ()
"Invoke command for `git-cliff'."
:incompatible '(("--output=" "--prepend=")
Expand Down

0 comments on commit 6bd365c

Please sign in to comment.