projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad61316
)
emacs: typo: disable for git-commit-mode
author
Amin Bandali
<bandali@gnu.org>
Mon, 6 Jan 2020 03:56:12 +0000
(22:56 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 6 Jan 2020 03:56:12 +0000
(22:56 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
4e5e8f2
..
055e664
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1869,7
+1869,7
@@
This function is intended for use with `ivy-ignore-buffers'."
:defer 0.5
:config
:hook (((text-mode erc-mode web-mode) . typo-mode)
- (
tex-mode
. (lambda ()(typo-mode -1)))))
+ (
(tex-mode git-commit-mode)
. (lambda ()(typo-mode -1)))))
(use-feature electric
:disabled