projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ddb26
)
emacs: disable tex-mode's prettification of -- and ---
author
Amin Bandali
<bandali@gnu.org>
Sun, 11 Aug 2019 14:59:29 +0000
(10:59 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 11 Aug 2019 14:59:29 +0000
(10:59 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
2d69096
..
14b9b37
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1158,6
+1158,12
@@
For disabling the behaviour for certain buffers and/or modes."
:hook
(po-mode . (lambda () (run-with-timer 0.1 nil 'View-exit))))
+(use-package tex-mode
+ :config
+ (cl-delete-if
+ (lambda (p) (string-match "^---?" (car p)))
+ tex--prettify-symbols-alist))
+
\f
;;; Theme