diff options
author | 2018-07-06 22:53:26 -0400 | |
---|---|---|
committer | 2018-07-06 22:53:26 -0400 | |
commit | 7509592076f88e4ab964dd02bfd3429e2aed6e78 (patch) | |
tree | 35566a25d96ca7a76c5e3b5be96e2afcedb0be24 /init.org | |
parent | 695170a4c7ba5c076b3f1c58b66836f20d242fa0 (diff) | |
download | configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.tar.gz configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.tar.xz configs-7509592076f88e4ab964dd02bfd3429e2aed6e78.zip |
[emacs] assimilate doom-modeline and tao-theme (and their deps)
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |