X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/ad61316bbda9c2d049907f3769c48d727fc62877..5fde47fe68860bf9f1c018db9336faa76a109d9f:/.emacs.d/init.el?ds=sidebyside 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