diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 0a85fa5397c8..58e0b81a7824 100644 --- a/init.el +++ b/init.el @@ -38,7 +38,6 @@ helm helm-exwm helm-pass - helm-swoop hi2 idle-highlight-mode magit @@ -114,3 +113,4 @@ ))) (add-hook 'after-init-hook 'load-other-settings) +(put 'narrow-to-region 'disabled nil) |