From a81891ddb9e952b0ec0d0d3b8d1e75dce5dbeb98 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 31 Jan 2021 22:49:31 +0100 Subject: Enable narrowing commands by default --- gui/conf/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/conf/init.el') diff --git a/gui/conf/init.el b/gui/conf/init.el index d2626fa..ae60b6b 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -50,6 +50,10 @@ (c-set-offset 'cpp-macro 0) (setq-default python-indent-offset 4) +(put 'narrow-to-defun 'disabled nil) +(put 'narrow-to-page 'disabled nil) +(put 'narrow-to-region 'disabled nil) + (setq whitespace-style '(face trailing tabs)) (setq dabbrev-case-fold-search nil) -- cgit v1.2.3