commit df9e0c339f73464f8996449eb007444556feae81 parent 7a4e54003a66134c843cca371479ceba74f2ac6c Author: Vincent Demeester <vincent@sbr.pm> Date: Sun, 3 May 2020 13:45:05 +0200 Add modus-themes submodule Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | .gitmodules | | | 3 | +++ |
A | tools/emacs/lisp/modus-operandi-theme.el | | | 2 | ++ |
A | tools/emacs/lisp/modus-themes | | | 1 | + |
A | tools/emacs/lisp/modus-vivendi-theme.el | | | 2 | ++ |
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,6 @@ [submodule "overlays/emacs-overlay"] path = overlays/emacs-overlay url = https://github.com/nix-community/emacs-overlay.git +[submodule "tools/emacs/lisp/modus-themes"] + path = tools/emacs/lisp/modus-themes + url = https://gitlab.com/protesilaos/modus-themes.git diff --git a/tools/emacs/lisp/modus-operandi-theme.el b/tools/emacs/lisp/modus-operandi-theme.el @@ -0,0 +1 @@ +modus-themes/modus-operandi-theme.el+ \ No newline at end of file diff --git a/tools/emacs/lisp/modus-themes b/tools/emacs/lisp/modus-themes @@ -0,0 +1 @@ +Subproject commit c72b01cd400588bcd03cdacd29e79fe3fe18ab2e diff --git a/tools/emacs/lisp/modus-vivendi-theme.el b/tools/emacs/lisp/modus-vivendi-theme.el @@ -0,0 +1 @@ +modus-themes/modus-vivendi-theme.el+ \ No newline at end of file