Skip to content

Instantly share code, notes, and snippets.

@albertstartup
Last active August 5, 2016 12:03
Show Gist options
  • Save albertstartup/e8e0a7559a53f73874d6ac4e1f5593f4 to your computer and use it in GitHub Desktop.
Save albertstartup/e8e0a7559a53f73874d6ac4e1f5593f4 to your computer and use it in GitHub Desktop.
Enable narrowing.
;;; enable-narrowing.el --- Enable narrowing.
(put 'narrow-to-defun 'disabled nil)
(put 'narrow-to-page 'disbled nil)
(put 'narrow-to-region 'disabled nil)
(provide 'enable-narrowing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment