forked from colonelpanic/dotfiles
[Emacs] Unbind M-<delete> in smartparens map
This commit is contained in:
parent
c0140f8dfc
commit
dc87af41ae
@ -2035,7 +2035,8 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
|
||||
(sp-local-pair 'org-mode "~" "~")
|
||||
(unbind-key "C-M-<backspace>" smartparens-mode-map)
|
||||
(unbind-key "C-<backspace>" smartparens-mode-map)
|
||||
(unbind-key "M-<backspace>" smartparens-mode-map)))
|
||||
(unbind-key "M-<backspace>" smartparens-mode-map)
|
||||
(unbind-key "M-<delete>" smartparens-mode-map)))
|
||||
#+END_SRC
|
||||
** multiple-cursors
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user