summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-06 22:53:26 -0400
committerAmin Bandali <amin@aminb.org>2018-07-06 22:53:26 -0400
commit7509592076f88e4ab964dd02bfd3429e2aed6e78 (patch)
tree35566a25d96ca7a76c5e3b5be96e2afcedb0be24 /init.org
parent695170a4c7ba5c076b3f1c58b66836f20d242fa0 (diff)
downloadconfigs-7509592076f88e4ab964dd02bfd3429e2aed6e78.tar.gz
configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.tar.xz
configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.zip
[emacs] assimilate doom-modeline and tao-theme (and their deps)
Diffstat (limited to '')
-rw-r--r--init.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/init.org b/init.org
index 0a61745..e9f8358 100644
--- 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