From ad65cf52dcfcfed8956d3f74b45ee891dbaad5c6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 1 Jul 2015 00:45:22 -0700 Subject: [PATCH] move stuff around. --- dotfiles/emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a64425bd..5f001070 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -451,6 +451,9 @@ The current directory is assumed to be the project's root otherwise." (setq imenu-auto-rescan t) (setq imenu-max-item-length 300) +(put 'narrow-to-region 'disabled nil) +(put 'narrow-to-page 'disabled nil) + ;; ============================================================================= ;; use-package ;; ============================================================================= @@ -1998,9 +2001,6 @@ window is active in the perspective." ;; Without this we get massive margins. (add-hook 'after-make-frame-functions 'remove-fringe-and-hl-line-mode) -;; XXX: Why is this here? Seems like it should be somewhere else -(put 'narrow-to-region 'disabled nil) -(put 'narrow-to-page 'disabled nil) (when (file-exists-p custom-after-file) (load custom-after-file))