diff options
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 |
commit | 0e868ce43f20705a22a0dd75ee658f072b2ba537 (patch) | |
tree | 50f593d5ca999382966155dab0b82ecdf33bf6f8 | |
parent | c83e70490f403620b2bbb46e6e2eafd021b77c5b (diff) | |
download | dotfiles-0e868ce43f20705a22a0dd75ee658f072b2ba537.tar.gz dotfiles-0e868ce43f20705a22a0dd75ee658f072b2ba537.tar.bz2 dotfiles-0e868ce43f20705a22a0dd75ee658f072b2ba537.zip |
company notmuch to autocomplete emails
-rw-r--r-- | config/doom/config.org | 2 |
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/" |