diff options
author | Alan Pearce | 2015-07-11 09:21:46 +0200 |
---|---|---|
committer | Alan Pearce | 2015-07-11 09:21:46 +0200 |
commit | 7483dc612cd62d2dcd1b59128a42bee449b542e0 (patch) | |
tree | de47ef8bca40a65a1f38670ddeccda01c2a458f1 /tag-emacs/emacs.d/init.el | |
parent | 5ea84bf40ef65e73dfdb58442f79ebc1990b0ccd (diff) | |
download | nixfiles-7483dc612cd62d2dcd1b59128a42bee449b542e0.tar.lz nixfiles-7483dc612cd62d2dcd1b59128a42bee449b542e0.tar.zst nixfiles-7483dc612cd62d2dcd1b59128a42bee449b542e0.zip |
Emacs: Remove bind to missing function
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 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 |