diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-04 21:56:54 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-04 21:56:54 -0400 |
commit | 182de22d6db8183fcc7a833e4af820303d03f13a (patch) | |
tree | 70dfd9121bda4fd7ddb6f15ec874aa3f639d6f7c | |
parent | d43a20d77eecf890502009be72db5659417bff18 (diff) | |
download | configs-182de22d6db8183fcc7a833e4af820303d03f13a.tar.gz configs-182de22d6db8183fcc7a833e4af820303d03f13a.tar.xz configs-182de22d6db8183fcc7a833e4af820303d03f13a.zip |
[emacs] delete exwm and xelb
I've been back on bspwm for a while, and will kely be switching to
i3wm or swaywm next.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | lib/exwm | 0 | ||||
m--------- | lib/xelb | 0 |
3 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 6986302..165cebc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,9 +52,6 @@ [submodule "exec-path-from-shell"] path = lib/exec-path-from-shell url = git@github.com:purcell/exec-path-from-shell.git -[submodule "exwm"] - path = lib/exwm - url = git@github.com:ch11ng/exwm.git [submodule "f"] path = lib/f url = git@github.com:rejeep/f.el.git @@ -148,9 +145,6 @@ [submodule "with-editor"] path = lib/with-editor url = git@github.com:magit/with-editor.git -[submodule "xelb"] - path = lib/xelb - url = git@github.com:ch11ng/xelb.git [submodule "yaml-mode"] path = lib/yaml-mode url = git@github.com:yoshiki/yaml-mode.git diff --git a/lib/exwm b/lib/exwm deleted file mode 160000 -Subproject 0037cba87b1ceefc3a65fa3c458aa685689e7e2 diff --git a/lib/xelb b/lib/xelb deleted file mode 160000 -Subproject 0a46cc62a3a82dcaa1d1bf0929a5207260f635e |