diff options
author | 2018-07-16 18:47:14 -0400 | |
---|---|---|
committer | 2018-07-16 18:47:14 -0400 | |
commit | f1dd82483c495ba3738624500fda2a544c506666 (patch) | |
tree | b2df8239abd1aeb7998dd8c93d0111d198471393 /init.org | |
parent | 1e55aaa3b2c2868478c3929e7a7de9fc50ad0e9a (diff) | |
download | configs-f1dd82483c495ba3738624500fda2a544c506666.tar.gz configs-f1dd82483c495ba3738624500fda2a544c506666.tar.xz configs-f1dd82483c495ba3738624500fda2a544c506666.zip |
[emacs] assimilate org (from source)
and bring in org-notmuch from contrib/
Diffstat (limited to '')
-rw-r--r-- | init.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]] |