# HG changeset patch # User Augie Fackler # Date 1320245637 18000 # Node ID b56da15f4444cde04b24c015fbeb6d82200d02e3 # Parent 14f08dbdba1b240dda5600d51548ff5a63d460d7 emacs: enable narrow-to-region diff --git a/.elisp/settings/50.preferences.el b/.elisp/settings/50.preferences.el --- a/.elisp/settings/50.preferences.el +++ b/.elisp/settings/50.preferences.el @@ -65,8 +65,11 @@ (set-face-attribute 'default nil :height 100))) ) (af-gui-init) + ;; use y or n instead of yes or no (fset 'yes-or-no-p 'y-or-n-p) +;; Enable narrow-to-region, which is disabled by default +(put 'narrow-to-region 'disabled nil) ;; whitespace detection (setq whitespace-style '(trailing tabs lines-tail indentation trailing empty))