From bc78901b7d8648674d3be0d6544a1fcbe5cbbbe1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 29 Jun 2015 10:13:56 -0700 Subject: [PATCH] Remove zap-to-char binding (possibly masking zop-to-char). --- dotfiles/emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c38014fd..fa61e235 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1862,7 +1862,6 @@ window is active in the perspective." (bind-key "C-x w" 'whitespace-mode) (bind-key "M-n" 'forward-paragraph) (bind-key "M-p" 'backward-paragraph) -(bind-key "M-z" 'zap-to-char) (bind-key "C-M-" 'backward-kill-sexp) (bind-key "s-" 'toggle-frame-fullscreen) (bind-key "M-|" 'imalison:shell-command-on-region)