From 37ff27737566bec58dd55fffa60df073b4f268e9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 28 Jun 2015 19:06:40 -0400 Subject: [PATCH] Remove M-g goto line binding. --- 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 2cf18f68..3168e9d8 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1811,7 +1811,6 @@ window is active in the perspective." (bind-key "C-x C-r" (lambda () (interactive) (revert-buffer t t))) (bind-key "C-x O" (lambda () (interactive) (other-window -1))) (bind-key "C-x w" 'whitespace-mode) -(bind-key "M-g" 'goto-line) (bind-key "M-n" 'forward-paragraph) (bind-key "M-p" 'backward-paragraph) (bind-key "M-z" 'zap-to-char)