Emacsg: Add .dir-locals.el

Use `git-commit-elisp-text-mode' as `git-commit-major-mode'.
This commit is contained in:
Jonas Bernoulli 2018-12-27 13:16:15 +01:00
parent 93f1f28c63
commit 153bf5188c

2
.dir-locals.el Normal file
View File

@ -0,0 +1,2 @@
((git-commit-mode
(git-commit-major-mode . git-commit-elisp-text-mode)))