diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f8bed30..7ab491e 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1183,7 +1183,6 @@ symbol, not word, as I need this for programming the most." ((looking-back "[^[:blank:]]\\^") (insert typopunct-minus)) (t ad-do-it))) - (define-key typopunct-map "+" 'typopunct-insert-mp) (defconst typopunct-ellipsis (decode-char 'ucs #x2026)) (defconst typopunct-middot (decode-char 'ucs #xB7)) ; or 2219 |