Add fancy-narrow; now :narrow toggles narrowing

This commit is contained in:
Henrik Lissner 2015-09-28 14:41:37 -04:00
parent bc33c1bce4
commit d10d3948f9
4 changed files with 26 additions and 11 deletions

View file

@ -125,6 +125,9 @@
(use-package expand-region
:commands (er/expand-region er/contract-region er/mark-symbol er/mark-word))
(use-package fancy-narrow
:commands (fancy-narrow-to-region fancy-widen))
(use-package goto-last-change
:commands goto-last-change)