diff options
-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 |