diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-01 02:38:17 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-01 02:38:17 -0400 |
commit | da54899382c58548e0c4ca94fb87d24faad60e6e (patch) | |
tree | 942699b1da3b44cc267ecb33508b80572c76d511 /.gitmodules | |
parent | 67ed6b690c1463505434a2002d315a6b32618e92 (diff) | |
download | configs-da54899382c58548e0c4ca94fb87d24faad60e6e.tar.gz configs-da54899382c58548e0c4ca94fb87d24faad60e6e.tar.xz configs-da54899382c58548e0c4ca94fb87d24faad60e6e.zip |
[emacs] remove shackle
most packages that i use have fairly sane defaults. also, shackles
messes with magit popups a bit, and fixing it would require writing
custom functions, which i'm not down to do at the moment. basically,
the costs way outweight the benefits right now. i might add it again
some day though :)
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 01bfe48..a49345f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -178,9 +178,6 @@ [submodule "s"] path = lib/s url = git@github.com:magnars/s.el.git -[submodule "shackle"] - path = lib/shackle - url = git@github.com:wasamasa/shackle.git [submodule "shell-pop"] path = lib/shell-pop url = git@github.com:kyagi/shell-pop-el.git |