From: Amin Bandali Date: Sat, 7 Jul 2018 02:53:26 +0000 (-0400) Subject: [emacs] assimilate doom-modeline and tao-theme (and their deps) X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/7509592076f88e4ab964dd02bfd3429e2aed6e78 [emacs] assimilate doom-modeline and tao-theme (and their deps) --- diff --git a/.gitmodules b/.gitmodules index 8aff0aa..efd8cae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [borg] pushDefault = aminb collective = emacsg +[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 @@ -33,6 +36,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 "eldoc-eval"] + path = lib/eldoc-eval + url = git@github.com:thierryvolpiatto/eldoc-eval.git [submodule "emacsql"] path = lib/emacsql url = git@github.com:skeeto/emacsql.git @@ -106,6 +115,9 @@ [submodule "markdown-mode"] path = lib/markdown-mode url = git@github.com:jrblevin/markdown-mode.git +[submodule "memoize"] + path = lib/memoize + url = git@github.com:skeeto/emacs-memoize.git [submodule "no-littering"] path = lib/no-littering url = git@github.com:emacscollective/no-littering.git @@ -127,15 +139,24 @@ [submodule "popup"] path = lib/popup url = git@github.com:auto-complete/popup-el.git +[submodule "projectile"] + path = lib/projectile + url = git@github.com:bbatsov/projectile.git [submodule "proof-site"] # Proof General path = lib/proof-site url = git@github.com:ProofGeneral/PG.git [submodule "s"] path = lib/s url = git@github.com:magnars/s.el.git +[submodule "shrink-path"] + path = lib/shrink-path + url = git@gitlab.com:bennya/shrink-path.el.git [submodule "smex"] # used by counsel-M-x path = lib/smex url = git@github.com:nonsequitur/smex.git +[submodule "tao-theme"] + path = lib/tao-theme + url = git@github.com:11111000000/tao-theme-emacs.git [submodule "undo-tree"] path = lib/undo-tree url = git@github.com:emacsorphanage/undo-tree.git diff --git a/init.org b/init.org index 0a61745..e9f8358 100644 --- a/init.org +++ b/init.org @@ -1304,6 +1304,24 @@ Emacs package that displays available keybindings in popup :defer 1 :config (which-key-mode)) #+end_src + +** doom-modeline + +#+begin_src emacs-lisp +(use-package doom-modeline + :demand t + :config (setq doom-modeline-height 32) + :hook (after-init . doom-modeline-init)) +#+end_src + +** tao-theme + +#+begin_src emacs-lisp +(use-package tao-theme + :demand t + :config (load-theme 'tao-yang t)) +#+end_src + * Email ** notmuch diff --git a/lib/all-the-icons b/lib/all-the-icons new file mode 160000 index 0000000..52d1f2d --- /dev/null +++ b/lib/all-the-icons @@ -0,0 +1 @@ +Subproject commit 52d1f2d36468146c93aaf11399f581401a233306 diff --git a/lib/doom-modeline b/lib/doom-modeline new file mode 160000 index 0000000..320fe0e --- /dev/null +++ b/lib/doom-modeline @@ -0,0 +1 @@ +Subproject commit 320fe0ea342fc0a4e7e4d5a99a0411e8f5dee824 diff --git a/lib/eldoc-eval b/lib/eldoc-eval new file mode 160000 index 0000000..f59a1ae --- /dev/null +++ b/lib/eldoc-eval @@ -0,0 +1 @@ +Subproject commit f59a1ae7ecfa97ef659c7adb93e0673419acc485 diff --git a/lib/memoize b/lib/memoize new file mode 160000 index 0000000..9a56126 --- /dev/null +++ b/lib/memoize @@ -0,0 +1 @@ +Subproject commit 9a561268ffb550b257a08710489a95cd087998b6 diff --git a/lib/projectile b/lib/projectile new file mode 160000 index 0000000..ed47f7d --- /dev/null +++ b/lib/projectile @@ -0,0 +1 @@ +Subproject commit ed47f7de30f40cab6e8f688ccd577cca26994865 diff --git a/lib/shrink-path b/lib/shrink-path new file mode 160000 index 0000000..9d06c45 --- /dev/null +++ b/lib/shrink-path @@ -0,0 +1 @@ +Subproject commit 9d06c453d1537df46a4b703a29213cc7f7857aa0 diff --git a/lib/tao-theme b/lib/tao-theme new file mode 160000 index 0000000..a97df8c --- /dev/null +++ b/lib/tao-theme @@ -0,0 +1 @@ +Subproject commit a97df8c51d77696787aaf55c67207f19c803fabe