[Emacs] Unbind C-M-<backspace> in smartparens-mode

This commit is contained in:
Ivan Malison 2016-10-06 17:40:35 -07:00
parent 05949c99d9
commit cec4760e9c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1651,6 +1651,7 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(require 'smartparens-config)
(smartparens-global-mode 1)
(sp-use-smartparens-bindings)
(unbind-key "C-M-<backspace>" smartparens-mode-map)
(unbind-key "C-<backspace>" smartparens-mode-map)
(unbind-key "M-<backspace>" smartparens-mode-map)))
#+END_SRC