Skip to content

Commit

Permalink
fix: error when update git-cliff-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Oct 1, 2023
1 parent 49514a2 commit 7702302
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 @@ -177,7 +177,7 @@ DIR. If REGEXP is non-nil, match configurations by REGEXP instead of
(defun git-cliff--templates ()
"Return a list of git-cliff body templates."
(or git-cliff-templates
(setq git-cliff-presets (git-cliff--extract "\\.tera\\'"))))
(setq git-cliff-templates (git-cliff--extract "\\.tera\\'"))))

;; SEE https://emacs.stackexchange.com/a/8177/35676
(defun git-cliff--completion-table (type)
Expand Down

0 comments on commit 7702302

Please sign in to comment.