summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-08-12 18:08:43 -0400
committerAmin Bandali <bandali@gnu.org>2020-08-12 18:08:43 -0400
commitd040adb35e15dfa8c6aa43376bdabe2a55fc78c4 (patch)
tree89d7e0622d80d89a53435ca8e84972b60eec1acb
parent972cc68a633d31739c5068fd28f821cbb0d96715 (diff)
downloadconfigs-d040adb35e15dfa8c6aa43376bdabe2a55fc78c4.tar.gz
configs-d040adb35e15dfa8c6aa43376bdabe2a55fc78c4.tar.xz
configs-d040adb35e15dfa8c6aa43376bdabe2a55fc78c4.zip
Remove erc-scrolltoplace
keep-place seems fine
Diffstat (limited to '')
-rw-r--r--.gitmodules3
m---------lib/erc-scrolltoplace0
-rw-r--r--lisp/bandali-erc.el4
3 files changed, 0 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index 1f57aeb..ef689ca 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -40,9 +40,6 @@
[submodule "erc-hl-nicks"]
path = lib/erc-hl-nicks
url = https://github.com/leathekd/erc-hl-nicks.git
-[submodule "erc-scrolltoplace"]
- path = lib/erc-scrolltoplace
- url = https://gitlab.com/jgkamat/erc-scrolltoplace.git
[submodule "expand-region"]
path = lib/expand-region
url = https://github.com/magnars/expand-region.el.git
diff --git a/lib/erc-scrolltoplace b/lib/erc-scrolltoplace
deleted file mode 160000
-Subproject feb0fbf1fd4bdf220ae2d31ea7c066d8e62089f
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))