diff options
-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 |