[emacs] assimilate doom-modeline and tao-theme (and their deps)
[~bandali/configs] / init.org
index 0a61745..e9f8358 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1304,6 +1304,24 @@ Emacs package that displays available keybindings in popup
   :defer 1
   :config (which-key-mode))
 #+end_src
+
+** doom-modeline
+
+#+begin_src emacs-lisp
+(use-package doom-modeline
+  :demand t
+  :config (setq doom-modeline-height 32)
+  :hook (after-init . doom-modeline-init))
+#+end_src
+
+** tao-theme
+
+#+begin_src emacs-lisp
+(use-package tao-theme
+  :demand t
+  :config (load-theme 'tao-yang t))
+#+end_src
+
 * Email
 ** notmuch