diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-02-23T09·03+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-02-23T09·03+0100 |
commit | 3902efcf9aac42431873ea76b8ef2fe07f9c1116 (patch) | |
tree | 7a110dc9bc3fad82be2e72c47364e1bfe9b6f0c2 /init.el | |
parent | 91f50b5f0a7c556a969c2fb3a9c85ebf7d0c766c (diff) |
chore: Remove helm-swoop
helm-occur does what I want already
Diffstat (limited to 'init.el')
-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) |