diff options
author | Amin Bandali <bandali@gnu.org> | 2020-01-05 22:56:12 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-01-05 22:56:12 -0500 |
commit | 5a0a67b46aa756f8adc2a856a63f59d62930dcce (patch) | |
tree | 3e26315f926097ec7445c283062b968005ee587b | |
parent | ad61316bbda9c2d049907f3769c48d727fc62877 (diff) | |
download | configs-5a0a67b46aa756f8adc2a856a63f59d62930dcce.tar.gz configs-5a0a67b46aa756f8adc2a856a63f59d62930dcce.tar.xz configs-5a0a67b46aa756f8adc2a856a63f59d62930dcce.zip |
emacs: typo: disable for git-commit-mode
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4e5e8f2..055e664 100644 --- 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 |