From 7d07886318925ad1f7e4fc0ae3ad12113fe50f3e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Jun 2021 01:07:42 -0400 Subject: Drop narrow-indirect bindings I haven't used these commands in a long time. --- init.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/init.el b/init.el index b4985dc..b1ef829 100644 --- a/init.el +++ b/init.el @@ -520,13 +520,6 @@ (put 'narrow-to-page 'disabled nil) (put 'narrow-to-region 'disabled nil) -(use-package narrow-indirect - :init - (bind-keys :map ctl-x-4-map - ("nd" . ni-narrow-to-defun-indirect-other-window) - ("nn" . ni-narrow-to-region-indirect-other-window) - ("np" . ni-narrow-to-page-indirect-other-window))) - (use-package avy :chords ("jf" . avy-goto-subword-1) :init -- cgit v1.2.3