diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-06-12 01:07:42 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-12 01:21:39 -0400 |
commit | 7d07886318925ad1f7e4fc0ae3ad12113fe50f3e (patch) | |
tree | 9d4f7447eeddc06d6f9bddfc4290bcd5c6dae811 | |
parent | fa59e12b4338dd169ca49aa256dd82847e8cdab2 (diff) | |
download | emacs.d-7d07886318925ad1f7e4fc0ae3ad12113fe50f3e.tar.gz |
Drop narrow-indirect bindings
I haven't used these commands in a long time.
-rw-r--r-- | init.el | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |