diff options
| author | James Nguyen <james@jojojames.com> | 2017-12-21 22:45:39 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-12-21 22:45:39 -0800 |
| commit | 46e60d4b6962fa6a83053689f637f610fd71b921 (patch) | |
| tree | b15d896880781dfbc17b775a319709a137035fbf /evil-collection.el | |
| parent | 2ad4f875c2a048382a50503846ce43fbbd43c079 (diff) | |
Add notmuch
This is in progress and open to changes!
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-collection.el b/evil-collection.el index c4990d4..9e81dd0 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -80,6 +80,7 @@ macrostep man ,@(when evil-collection-setup-minibuffer '(minibuffer)) + notmuch ;; occur is in replace.el which was built-in before Emacs 26. (occur ,(if (<= emacs-major-version 25) "replace" 'replace)) outline |
