diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-03 08:56:58 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-03 08:58:50 -0500 |
commit | 1b93c5be9d8a530d837fe680b33772f1968c248b (patch) | |
tree | 00b06d4a28a6e2c4c6ffd00ce71a471012a62546 /.gitmodules | |
parent | e505cb8c77c605e8bd1341e4a463635a367500af (diff) | |
download | configs-1b93c5be9d8a530d837fe680b33772f1968c248b.tar.gz configs-1b93c5be9d8a530d837fe680b33772f1968c248b.tar.xz configs-1b93c5be9d8a530d837fe680b33772f1968c248b.zip |
[emacs] switch from shell-pop to shell-toggle
for some reason, shell-pop wouldn’t save eshell history
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c16e0b2..bbf0f16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -265,9 +265,9 @@ [submodule "s"] path = lib/s url = git@github.com:magnars/s.el.git -[submodule "shell-pop"] - path = lib/shell-pop - url = git@github.com:kyagi/shell-pop-el.git +[submodule "shell-toggle"] + path = lib/shell-toggle + url = git@github.com:knu/shell-toggle.el.git [submodule "shrink-path"] path = lib/shrink-path url = git@gitlab.com:bennya/shrink-path.el.git |