From 96e57eb443d71235914bff499e0fd19e52d468c2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 11 Jun 2015 22:21:46 -0400 Subject: Fix narrow-indirect functions name --- lisp/init-editing.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/init-editing.el b/lisp/init-editing.el index 1bb91de..c586b65 100644 --- a/lisp/init-editing.el +++ b/lisp/init-editing.el @@ -163,8 +163,8 @@ touches." (key-chord-define-global "jx" 'km/toggle-line-or-region-comment) (key-chord-define-global "qp" 'fill-paragraph) -(define-key ctl-x-4-map "nd" 'ni-narrow-to-defun-other-window) -(define-key ctl-x-4-map "nn" 'ni-narrow-to-region-other-window) +(define-key ctl-x-4-map "nd" 'ni-narrow-to-defun-indirect-other-window) +(define-key ctl-x-4-map "nn" 'ni-narrow-to-region-indirect-other-window) (define-key ctl-x-4-map "np" 'ni-narrow-to-page-indirect-other-window) (define-key narrow-map "c" 'km/narrow-to-comment-heading) -- cgit v1.2.3