Remove erc-scrolltoplace
authorAmin Bandali <bandali@gnu.org>
Wed, 12 Aug 2020 22:08:43 +0000 (18:08 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 12 Aug 2020 22:08:43 +0000 (18:08 -0400)
keep-place seems fine

.gitmodules
lib/erc-scrolltoplace [deleted submodule]
lisp/bandali-erc.el

index 1f57aeb..ef689ca 100644 (file)
@@ -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 (submodule)
index feb0fbf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit feb0fbf1fd4bdf220ae2d31ea7c066d8e62089f9
index 94c4057..94b5013 100644 (file)
@@ -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))