Updating Doom Emacs.

This commit is contained in:
Derek Taylor
2020-06-19 22:43:40 -05:00
parent 0f664d532a
commit a5c86c514a
453 changed files with 13527 additions and 12455 deletions

View File

@@ -15,7 +15,12 @@
;;
;;; Packages
(after! notmuch
(use-package! notmuch
:defer t
:init
(after! org
(add-to-list 'org-modules 'ol-notmuch))
:config
(set-company-backend! 'notmuch-message-mode
'(notmuch-company :with company-ispell company-yasnippet))

View File

@@ -1,9 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; email/notmuch/packages.el
(package! notmuch)
(package! org-mime)
(package! notmuch :pin "ad9c2e91a012920bebfe70bc472d44678abc3259")
(package! org-mime :pin "9f8444603806e6baa94b2b67a23aab0ea52fef97")
(when (featurep! :completion ivy)
(package! counsel-notmuch))
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
(when (featurep! :completion helm)
(package! helm-notmuch))
(package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288"))