aboutsummaryrefslogtreecommitdiff
path: root/lisp/git-commit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-07-01 23:12:28 +0200
committerJonas Bernoulli <jonas@bernoul.li>2020-07-01 23:12:28 +0200
commit85e88c17cde9bc16ec137de3cff4ceed0f0fc83d (patch)
treeafd87022727b2e10e6d7f84f7ca5ac7e35ecd904 /lisp/git-commit.el
parent9e35f9892ca3987d979a6212ff79b23ddbb42103 (diff)
git-commit-major-mode: Offer more choices including arbitrary mode
Diffstat (limited to 'lisp/git-commit.el')
-rw-r--r--lisp/git-commit.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 1f636d4..6840e2f 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -175,6 +175,9 @@ The major mode configured here is turned on by the minor mode
`git-commit-mode'."
:group 'git-commit
:type '(choice (function-item text-mode)
+ (function-item markdown-mode)
+ (function-item org-mode)
+ (function :tag "Another mode")
(const :tag "No major mode")))
(defcustom git-commit-setup-hook