Enable the narrow-to-region command

This commit is contained in:
Gergely Polonkai 2017-01-11 09:11:29 +01:00
parent 3f47daebcb
commit 18bd13e72e
1 changed files with 1 additions and 0 deletions

View File

@ -1129,6 +1129,7 @@
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)
(put 'erase-buffer 'disabled nil)
(put 'narrow-to-region 'disabled nil)
;; text-mode settings
(add-hook 'text-mode-hook (lambda () (visual-line-mode t)))