summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 493b2d1..1083975 100644
--- a/init.el
+++ b/init.el
@@ -135,6 +135,7 @@
;; enable features that are disabled by default
(put 'narrow-to-region 'disabled nil)
(put 'erase-buffer 'disabled nil)
+(put 'narrow-to-page 'disabled nil)
;; keep the cursor centered to avoid sudden scroll jumps
(require 'centered-cursor-mode)