diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-25 12:17:59 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-25 12:17:59 -0400 |
commit | 9c48decc134b5785c2f5bd0535e88928b06bb813 (patch) | |
tree | e6c572707a629cb6e157b1592d8c4e7417f8db27 /.gitmodules | |
parent | 878e4e445a28e4a92d6ce0621b7a891e3d78a45b (diff) | |
download | configs-9c48decc134b5785c2f5bd0535e88928b06bb813.tar.gz configs-9c48decc134b5785c2f5bd0535e88928b06bb813.tar.xz configs-9c48decc134b5785c2f5bd0535e88928b06bb813.zip |
Add and use my new Refinery colour theme
Assimilate 4 drones
Assimilate minions v0.3.3-2-gbc1edab
Assimilate refinery-theme 71b5501
Assimilate rich-minority 1.0.3-2-ga03e693
Assimilate smart-mode-line 2.13-1-g999be06
* init.el: Move theme-related things from here...
* lisp/bandali-theme.el: ...to here.
* lisp/bandali-ivy.el: Face customizations now in Refinery.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2f2ba90..8793078 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,6 +49,9 @@ url = https://github.com/magit/magit.git recursive-byte-compile = true info-path = Documentation +[submodule "minions"] + path = lib/minions + url = https://github.com/tarsius/minions.git [submodule "no-littering"] path = lib/no-littering url = https://github.com/emacscollective/no-littering.git @@ -65,12 +68,21 @@ [submodule "packed"] path = lib/packed url = https://github.com/emacscollective/packed.git +[submodule "refinery-theme"] + path = lib/refinery-theme + url = https://git.bndl.org/refinery-theme +[submodule "rich-minority"] + path = lib/rich-minority + url = https://github.com/Malabarba/rich-minority.git [submodule "s"] path = lib/s url = https://github.com/magnars/s.el.git [submodule "scpaste"] path = lib/scpaste url = https://github.com/technomancy/scpaste.git +[submodule "smart-mode-line"] + path = lib/smart-mode-line + url = https://github.com/Malabarba/smart-mode-line.git [submodule "switch-buffer-functions"] path = lib/switch-buffer-functions url = https://github.com/10sr/switch-buffer-functions-el.git |