diff --git a/docs/emacs/packages/applications.org b/docs/emacs/packages/applications.org index 5c885da..41e010c 100644 --- a/docs/emacs/packages/applications.org +++ b/docs/emacs/packages/applications.org @@ -1413,7 +1413,7 @@ I also want to highlight these angular-style keywords in commit messages. "Highlight angular-style keywords in commit messages." (let ((boundary 0)) (when (string-match (rx (seq (or "feat" "fix" "docs" "style" "refactor" - "perf" "test" "chore") + "perf" "test" "ci" "chore") (* "(" (* (not ")")) ")") ":")) msg