summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-15 17:39:51 -0400
committerAmin Bandali <amin@aminb.org>2018-07-15 17:39:51 -0400
commitfdcac86a345fe80043e56d5b8defd6b9fb744d22 (patch)
tree99054fbc0af948de69e6c71cc733eed536fc3e98
parent378b4afa3b471d008a6c813fdde0a6ba33229740 (diff)
downloadconfigs-fdcac86a345fe80043e56d5b8defd6b9fb744d22.tar.gz
configs-fdcac86a345fe80043e56d5b8defd6b9fb744d22.tar.xz
configs-fdcac86a345fe80043e56d5b8defd6b9fb744d22.zip
[emacs] add and switch to eink theme
-rw-r--r--.gitmodules3
-rw-r--r--init.org8
m---------lib/eink-theme0
3 files changed, 10 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 7ee4e3a..0a8d328 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -39,6 +39,9 @@
[submodule "doom-modeline"]
path = lib/doom-modeline
url = git@github.com:seagle0128/doom-modeline.git
+[submodule "eink-theme"]
+ path = lib/eink-theme
+ url = git@github.com:maio/eink-emacs.git
[submodule "eldoc-eval"]
path = lib/eldoc-eval
url = git@github.com:thierryvolpiatto/eldoc-eval.git
diff --git a/init.org b/init.org
index 60e319e..b7506e1 100644
--- a/init.org
+++ b/init.org
@@ -1094,12 +1094,18 @@ Emacs package that displays available keybindings in popup
** [[https://github.com/11111000000/tao-theme-emacs][tao-theme]]
-#+begin_src emacs-lisp
+#+begin_src emacs-lisp :tangle no
(use-package tao-theme
:demand t
:config (load-theme 'tao-yang t))
#+end_src
+** [[https://github.com/maio/eink-emacs][eink-theme]]
+
+#+begin_src emacs-lisp
+(load-theme 'eink t)
+#+end_src
+
* Email
** [[https://notmuchmail.org][notmuch]]
diff --git a/lib/eink-theme b/lib/eink-theme
new file mode 160000
+Subproject 4c990bb3428f725735fa1f733ef4c5ad61f632b