diff options
author | Amin Bandali <bandali@gnu.org> | 2018-10-20 14:56:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-10-20 14:56:49 -0400 |
commit | 9502dced4eaf80a57484abd409afd4d600423a3c (patch) | |
tree | bebc41af5fac63209512ea2131d91f715369b538 | |
parent | 9e756a57873bf465583aea1ff445f264d6f9f84e (diff) | |
download | configs-9502dced4eaf80a57484abd409afd4d600423a3c.tar.gz configs-9502dced4eaf80a57484abd409afd4d600423a3c.tar.xz configs-9502dced4eaf80a57484abd409afd4d600423a3c.zip |
[emacs] remove tao-theme
i've been using eink for a few months already
-rw-r--r-- | .gitmodules | 4 | ||||
-rw-r--r-- | init.org | 8 | ||||
m--------- | lib/tao-theme | 0 |
3 files changed, 0 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index 247c556..ba77d0a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -221,10 +221,6 @@ [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 - remote = aminb git@github.com:aminb/tao-theme-emacs.git [submodule "treepy"] path = lib/treepy url = git@github.com:volrath/treepy.el.git @@ -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 diff --git a/lib/tao-theme b/lib/tao-theme deleted file mode 160000 -Subproject 358c15536abc05c513bbade53e6d62242d5b588 |