Unbind C-j in a bunch of magit mode maps

This commit is contained in:
2016-09-03 16:44:25 -07:00
parent 40d65dde47
commit 36750f908c

View File

@@ -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)