From 469b30f4a8074e2adb09c65a57c70fe7d785a440 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 1 Mar 2015 23:05:22 -0500 Subject: Add find-function-other-window binding --- lisp/init-general.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-general.el') diff --git a/lisp/init-general.el b/lisp/init-general.el index a49c422..053a244 100644 --- a/lisp/init-general.el +++ b/lisp/init-general.el @@ -47,6 +47,8 @@ '(progn ,@body))) (global-set-key (kbd "C-h ;") 'find-function) +(global-set-key (kbd "C-h 4 ;") 'find-function-other-window) + (global-set-key (kbd "C-c l") 'km/imenu) -- cgit v1.2.3