diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-03 09:05:38 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-03 09:05:38 -0500 |
commit | 4b4c2c1dcdd5b5dee2cb6265f17914d4581a09ef (patch) | |
tree | 37560c5f2efec83066af3de9357280471fb2b6fa /.gitmodules | |
parent | ef2b9358aeaa91726a7b24a4740c7a739e8e8a36 (diff) | |
download | configs-4b4c2c1dcdd5b5dee2cb6265f17914d4581a09ef.tar.gz configs-4b4c2c1dcdd5b5dee2cb6265f17914d4581a09ef.tar.xz configs-4b4c2c1dcdd5b5dee2cb6265f17914d4581a09ef.zip |
[emacs] switch from smart-mode-line to doom-{modeline,themes}
doom-tomorrow-night is great and quite easy on the eyes
also, kudos and many thanks to Carlos Pita for his numerous useful
tips and enhancements for Org mode + doom-tomorrow-night
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index bbf0f16..06680e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,9 @@ [submodule "alert"] path = lib/alert url = git@github.com:jwiegley/alert.git +[submodule "all-the-icons"] + path = lib/all-the-icons + url = git@github.com:domtronn/all-the-icons.el.git [submodule "alloy-mode"] path = lib/alloy-mode url = git@github.com:dwwmmn/alloy-mode.git @@ -58,6 +61,12 @@ [submodule "diff-hl"] path = lib/diff-hl url = git@github.com:dgutov/diff-hl.git +[submodule "doom-modeline"] + path = lib/doom-modeline + url = git@github.com:seagle0128/doom-modeline.git +[submodule "doom-themes"] + path = lib/doom-themes + url = git@github.com:hlissner/emacs-doom-themes.git [submodule "ebdb"] path = lib/ebdb url = git@github.com:emacsmirror/ebdb.git @@ -277,9 +286,6 @@ [submodule "slack"] path = lib/slack url = git@github.com:yuya373/emacs-slack.git -[submodule "smart-mode-line"] - path = lib/smart-mode-line - url = git@github.com:Malabarba/smart-mode-line.git [submodule "smex"] # used by counsel-M-x path = lib/smex url = git@github.com:nonsequitur/smex.git |