From 36750f908c808b7b3aa949022cd14fc192e1b5e4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 3 Sep 2016 16:44:25 -0700 Subject: [PATCH] Unbind C-j in a bunch of magit mode maps --- dotfiles/emacs.d/README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index d431c061..84d5b088 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1588,6 +1588,9 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab (org-show-context 'magit-goto)))) :config (progn + (unbind-key "C-j" magit-status-mode-map) + (unbind-key "C-j" magit-hunk-section-map) + (unbind-key "C-j" magit-file-section-map) (defvar-setq magit-last-seen-setup-instructions "1.4.0") (magit-auto-revert-mode) (when (bound-and-true-p imalison:gpg-key)