emacs: enable narrow-to-region

This commit is contained in:
Jeremy Baxter 2024-07-21 20:11:16 +12:00
parent 2d9b9e4221
commit f86784b9f0

View file

@ -326,5 +326,6 @@ value `italic'."
(put 'dired-find-alternate-file 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil)
;;; init.el ends here