From 7483dc612cd62d2dcd1b59128a42bee449b542e0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 Jul 2015 09:21:46 +0200 Subject: Emacs: Remove bind to missing function --- tag-emacs/emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f8bed307..7ab491e6 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 -- cgit 1.4.1