summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-10-20 14:56:49 -0400
committerAmin Bandali <bandali@gnu.org>2018-10-20 14:56:49 -0400
commit9502dced4eaf80a57484abd409afd4d600423a3c (patch)
treebebc41af5fac63209512ea2131d91f715369b538 /init.org
parent9e756a57873bf465583aea1ff445f264d6f9f84e (diff)
downloadconfigs-9502dced4eaf80a57484abd409afd4d600423a3c.tar.gz
configs-9502dced4eaf80a57484abd409afd4d600423a3c.tar.xz
configs-9502dced4eaf80a57484abd409afd4d600423a3c.zip
[emacs] remove tao-theme
i've been using eink for a few months already
Diffstat (limited to '')
-rw-r--r--init.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.org b/init.org
index 4928344..cfbeea8 100644
--- a/init.org
+++ b/init.org
@@ -1364,14 +1364,6 @@ Emacs package that displays available keybindings in popup
:hook (after-init . doom-modeline-init))
#+end_src
-** [[https://github.com/11111000000/tao-theme-emacs][tao-theme]]
-
-#+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