projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33abe1
)
emacs: disable typo-mode in tex-mode
author
Amin Bandali
<bandali@gnu.org>
Tue, 27 Aug 2019 04:18:43 +0000
(
00:18
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 27 Aug 2019 05:38:32 +0000
(
01:38
-0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
cc01a13
..
26d0a0f
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1394,7
+1394,8
@@
This function is intended for use with `ivy-ignore-buffers'."
:delight " typo"
:config
(typo-global-mode 1)
- :hook ((text-mode erc-mode) . typo-mode))
+ :hook (((text-mode erc-mode) . typo-mode)
+ (tex-mode . (lambda ()(typo-mode -1)))))
;; highlight TODOs in buffers
(use-package hl-todo