summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-erc.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lisp/bandali-erc.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/bandali-erc.el b/lisp/bandali-erc.el
index 94c4057..94b5013 100644
--- a/lisp/bandali-erc.el
+++ b/lisp/bandali-erc.el
@@ -55,7 +55,6 @@
(add-to-list 'erc-modules 'notifications)
(add-to-list 'erc-modules 'smiley)
(add-to-list 'erc-modules 'spelling)
- (add-to-list 'erc-modules 'scrolltoplace)
(declare-function erc-update-modules "erc")
(erc-update-modules))
@@ -98,9 +97,6 @@
(use-package erc-hl-nicks
:after erc)
-(use-package erc-scrolltoplace
- :after erc)
-
(use-package znc
:bind (("C-c a e e" . znc-erc)
("C-c a e a" . znc-all))