aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-08-06 00:27:36 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-08-06 00:27:36 +0200
commit0e868ce43f20705a22a0dd75ee658f072b2ba537 (patch)
tree50f593d5ca999382966155dab0b82ecdf33bf6f8
parentc83e70490f403620b2bbb46e6e2eafd021b77c5b (diff)
downloaddotfiles-0e868ce43f20705a22a0dd75ee658f072b2ba537.tar.gz
dotfiles-0e868ce43f20705a22a0dd75ee658f072b2ba537.tar.bz2
dotfiles-0e868ce43f20705a22a0dd75ee658f072b2ba537.zip
company notmuch to autocomplete emails
-rw-r--r--config/doom/config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index f5823bb..f54a8e7 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -189,6 +189,8 @@ this new window.
("cr" . org-store-link)
)
:config
+ (set-company-backend! 'notmuch-message-mode
+ 'notmuch-company '(company-ispell company-yasnippet))
(setq-default notmuch-search-oldest-first nil)
(setq message-directory "~/.mail/"
message-auto-save-directory "/tmp/"