diff options
author | 2018-07-15 17:39:51 -0400 | |
---|---|---|
committer | 2018-07-15 17:39:51 -0400 | |
commit | fdcac86a345fe80043e56d5b8defd6b9fb744d22 (patch) | |
tree | 99054fbc0af948de69e6c71cc733eed536fc3e98 /init.org | |
parent | 378b4afa3b471d008a6c813fdde0a6ba33229740 (diff) | |
download | configs-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.org | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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]] |