From cb3faf578566d6c59474a4bc0cf089afa6ea3b75 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 29 Oct 2014 01:39:24 -0400 Subject: Add second binding for Info-menu --- lisp/init-general.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/init-general.el') diff --git a/lisp/init-general.el b/lisp/init-general.el index 629dd80..a6b8a02 100644 --- a/lisp/init-general.el +++ b/lisp/init-general.el @@ -41,6 +41,10 @@ (global-set-key (kbd "C-h :") 'find-function) +;; This is also bound to 'm', but I always want to press 'j' because +;; binding for `imenu' and `org-goto'. +(define-key Info-mode-map "j" 'Info-menu) + ;; Disable `suspend-frame' binding. (global-unset-key (kbd "C-x C-z")) -- cgit v1.2.3