summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-06 22:53:26 -0400
committerAmin Bandali <amin@aminb.org>2018-07-06 22:53:26 -0400
commit7509592076f88e4ab964dd02bfd3429e2aed6e78 (patch)
tree35566a25d96ca7a76c5e3b5be96e2afcedb0be24
parent695170a4c7ba5c076b3f1c58b66836f20d242fa0 (diff)
downloadconfigs-7509592076f88e4ab964dd02bfd3429e2aed6e78.tar.gz
configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.tar.xz
configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.zip
[emacs] assimilate doom-modeline and tao-theme (and their deps)
-rw-r--r--.gitmodules21
-rw-r--r--init.org18
m---------lib/all-the-icons0
m---------lib/doom-modeline0
m---------lib/eldoc-eval0
m---------lib/memoize0
m---------lib/projectile0
m---------lib/shrink-path0
m---------lib/tao-theme0
9 files changed, 39 insertions, 0 deletions
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
+Subproject 52d1f2d36468146c93aaf11399f581401a23330
diff --git a/lib/doom-modeline b/lib/doom-modeline
new file mode 160000
+Subproject 320fe0ea342fc0a4e7e4d5a99a0411e8f5dee82
diff --git a/lib/eldoc-eval b/lib/eldoc-eval
new file mode 160000
+Subproject f59a1ae7ecfa97ef659c7adb93e0673419acc48
diff --git a/lib/memoize b/lib/memoize
new file mode 160000
+Subproject 9a561268ffb550b257a08710489a95cd087998b
diff --git a/lib/projectile b/lib/projectile
new file mode 160000
+Subproject ed47f7de30f40cab6e8f688ccd577cca2699486
diff --git a/lib/shrink-path b/lib/shrink-path
new file mode 160000
+Subproject 9d06c453d1537df46a4b703a29213cc7f7857aa
diff --git a/lib/tao-theme b/lib/tao-theme
new file mode 160000
+Subproject a97df8c51d77696787aaf55c67207f19c803fab