summaryrefslogtreecommitdiffstats
path: root/init.org
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 /init.org
parent378b4afa3b471d008a6c813fdde0a6ba33229740 (diff)
downloadconfigs-fdcac86a345fe80043e56d5b8defd6b9fb744d22.tar.gz
configs-fdcac86a345fe80043e56d5b8defd6b9fb744d22.tar.xz
configs-fdcac86a345fe80043e56d5b8defd6b9fb744d22.zip
[emacs] add and switch to eink theme
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 7 insertions, 1 deletions
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]]