summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-06-12 01:07:42 -0400
committerKyle Meyer <kyle@kyleam.com>2021-06-12 01:21:39 -0400
commit7d07886318925ad1f7e4fc0ae3ad12113fe50f3e (patch)
tree9d4f7447eeddc06d6f9bddfc4290bcd5c6dae811 /init.el
parentfa59e12b4338dd169ca49aa256dd82847e8cdab2 (diff)
downloademacs.d-7d07886318925ad1f7e4fc0ae3ad12113fe50f3e.tar.gz
Drop narrow-indirect bindings
I haven't used these commands in a long time.
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 0 insertions, 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