about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-02-23T09·03+0100
committerVincent Ambo <tazjin@gmail.com>2018-02-23T09·03+0100
commit3902efcf9aac42431873ea76b8ef2fe07f9c1116 (patch)
tree7a110dc9bc3fad82be2e72c47364e1bfe9b6f0c2 /init.el
parent91f50b5f0a7c556a969c2fb3a9c85ebf7d0c766c (diff)
chore: Remove helm-swoop
helm-occur does what I want already
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 0a85fa5397..58e0b81a78 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)