X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/5842415b4a7b31d2cf292f73aeda045acdaecfd0..f1dd82483c495ba3738624500fda2a544c506666:/init.org?ds=sidebyside diff --git a/init.org b/init.org index 60e319e..36a2071 100644 --- a/init.org +++ b/init.org @@ -659,6 +659,8 @@ In short, my favourite way of life. org-html-postamble nil) (add-hook 'org-mode-hook 'org-indent-mode) (use-package htmlize) +(use-package org-notmuch + :after (:any org notmuch)) #+end_src *** [[https://magit.vc/][Magit]] @@ -1094,12 +1096,18 @@ Emacs package that displays available keybindings in popup ** [[https://github.com/11111000000/tao-theme-emacs][tao-theme]] -#+begin_src emacs-lisp +#+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 +(load-theme 'eink t) +#+end_src + * Email ** [[https://notmuchmail.org][notmuch]]