Enable flyspell in git commits.
This commit is contained in:
parent
84503c45d1
commit
aafbb1abe9
3
init.el
3
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-09-26T06:15:27+00:00>
|
;; Time-stamp: <2019-09-26T06:22:58+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -872,6 +872,7 @@ With argument, do this that many times."
|
||||||
(LaTeX-mode . flyspell-mode)
|
(LaTeX-mode . flyspell-mode)
|
||||||
(adoc-mode . flyspell-mode)
|
(adoc-mode . flyspell-mode)
|
||||||
(markdown-mode . flyspell-mode)
|
(markdown-mode . flyspell-mode)
|
||||||
|
(git-commit-mode . flyspell-mode)
|
||||||
:mode
|
:mode
|
||||||
("COMMIT_EDITMSG\\'" . flyspell-mode)
|
("COMMIT_EDITMSG\\'" . flyspell-mode)
|
||||||
)))
|
)))
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 24613
|
127.0.0.1:51313 16192
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user