diff options
author | Amin Bandali <bandali@gnu.org> | 2018-10-31 12:26:38 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-10-31 12:26:38 -0400 |
commit | 0c158cafca2f97bc07de692ff4b81f300f292e8f (patch) | |
tree | 5a049e1a8c5eca84c62e4f1b824aea6cd51603c6 | |
parent | 9b59637c71b32cc79bae835c0609f426c64e0136 (diff) | |
download | configs-0c158cafca2f97bc07de692ff4b81f300f292e8f.tar.gz configs-0c158cafca2f97bc07de692ff4b81f300f292e8f.tar.xz configs-0c158cafca2f97bc07de692ff4b81f300f292e8f.zip |
[emacs] assimilate other-frame-window and winum (TODO: set them up)
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | lib/other-frame-window | 0 | ||||
m--------- | lib/winum | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e50daec..002346a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -197,6 +197,9 @@ [submodule "orgalist"] path = lib/orgalist url = git@github.com:emacsmirror/orgalist.git +[submodule "other-frame-window"] + path = lib/other-frame-window + url = git@github.com:emacsmirror/other-frame-window.git [submodule "ov"] path = lib/ov url = git@github.com:ShingoFukuyama/ov.el.git @@ -267,6 +270,9 @@ [submodule "which-key"] path = lib/which-key url = git@github.com:justbur/emacs-which-key.git +[submodule "winum"] + path = lib/winum + url = git@github.com:deb0ch/emacs-winum.git [submodule "with-editor"] path = lib/with-editor url = git@github.com:magit/with-editor.git diff --git a/lib/other-frame-window b/lib/other-frame-window new file mode 160000 +Subproject 7477b00664bff9b0b9edfe7ecbef379a7543ba7 diff --git a/lib/winum b/lib/winum new file mode 160000 +Subproject c56d1cdb8d1723eb4c0d7a7eb3ecd2697739146 |