From 0c158cafca2f97bc07de692ff4b81f300f292e8f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 31 Oct 2018 12:26:38 -0400 Subject: [PATCH] [emacs] assimilate other-frame-window and winum (TODO: set them up) --- .gitmodules | 6 ++++++ lib/other-frame-window | 1 + lib/winum | 1 + 3 files changed, 8 insertions(+) create mode 160000 lib/other-frame-window create mode 160000 lib/winum 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 index 0000000..7477b00 --- /dev/null +++ b/lib/other-frame-window @@ -0,0 +1 @@ +Subproject commit 7477b00664bff9b0b9edfe7ecbef379a7543ba77 diff --git a/lib/winum b/lib/winum new file mode 160000 index 0000000..c56d1cd --- /dev/null +++ b/lib/winum @@ -0,0 +1 @@ +Subproject commit c56d1cdb8d1723eb4c0d7a7eb3ecd2697739146c -- 2.20.1