From dc005f405563f36daee638a017c3dc039be95a7d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 25 Feb 2013 19:43:14 -0500 Subject: Enable narrow-to-region (C-x n n; C-x n w) in emacs --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 191c0ec..12be733 100644 --- a/.emacs +++ b/.emacs @@ -104,3 +104,4 @@ (set-face-foreground 'region "gray60") (set-foreground-color "white") (set-cursor-color "red") +(put 'narrow-to-region 'disabled nil) -- cgit v1.2.3