diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-15 23:29:17 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-15 23:29:17 -0400 |
commit | efc6530ed382fb6ce40d4d194c22f4f20a52e38d (patch) | |
tree | ff2820458ee52b10ddc0f0afb9bba9a026ec1c73 /piem-notmuch.el | |
parent | b23ad0d5a0573ced20eedb86072d50e18117fdb4 (diff) | |
download | piem-efc6530ed382fb6ce40d4d194c22f4f20a52e38d.tar.gz |
Autoload minor modes
Diffstat (limited to 'piem-notmuch.el')
-rw-r--r-- | piem-notmuch.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/piem-notmuch.el b/piem-notmuch.el index 96b8a05..dad5fb0 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -72,6 +72,7 @@ "show" "--format=mbox" "--entire-thread=true" query))))) +;;;###autoload (define-minor-mode piem-notmuch-mode "Toggle Notmuch support for piem. With a prefix argument ARG, enable piem-notmuch mode if ARG is |