diff options
| author | tslil clingman <> | 2020-04-13 14:40:38 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-13 14:40:38 -0700 |
| commit | 24648353e3e2e63e4683aa7021deb87539d6d047 (patch) | |
| tree | 6521e557b0b546fc1197386fdac836bf2ab3c2bf /emacs/notmuch-config.el | |
| parent | 9f16845044caa0a11f8de97b797bcd753578916f (diff) | |
flyspell->spell-fu and finally fixed exwm last workspace
Diffstat (limited to 'emacs/notmuch-config.el')
| -rw-r--r-- | emacs/notmuch-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-config.el b/emacs/notmuch-config.el index d916c3d..1960cd9 100644 --- a/emacs/notmuch-config.el +++ b/emacs/notmuch-config.el @@ -233,7 +233,7 @@ running offlineimap (t) or manual (nil).") (add-hook 'message-mode-hook (lambda () (turn-on-auto-fill) - (flyspell-mode) + (spell-fu-mode 1) (company-mode))) (setq notmuch-tree-result-format '(("date" . "%12s | ") |
