From cec4760e9caa062aab8c7e5f638ea9fe98266f84 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 6 Oct 2016 17:40:35 -0700 Subject: [PATCH] [Emacs] Unbind C-M- in smartparens-mode --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 62297ae5..d67f76a7 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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-" smartparens-mode-map) (unbind-key "C-" smartparens-mode-map) (unbind-key "M-" smartparens-mode-map))) #+END_SRC