diff options
author | jao <jao@gnu.org> | 2024-04-13 03:50:09 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-13 03:50:09 +0100 |
commit | 9b9e42c6fc602c3ebf2cdf0846a4fbb723b6401b (patch) | |
tree | adbbada45ba9401524248d865037ffe876460bbd /custom | |
parent | f35b72e807cf1aa12199d7ef3087052eee9bc0bb (diff) | |
download | elibs-9b9e42c6fc602c3ebf2cdf0846a4fbb723b6401b.tar.gz elibs-9b9e42c6fc602c3ebf2cdf0846a4fbb723b6401b.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 7683959..3919897 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -131,8 +131,7 @@ ,(jao-notmuch--sq "emacs-github" "eg" "emacs" "github") ,(jao-notmuch--sq "emacs-devel" "ed" "emacs" "devel") ,(jao-notmuch--sq "emacs-bugs" "eb" "emacs" "bugs") - ,(jao-notmuch--sq "emacs-diffs" "ec" "emacs" "diffs") - ,(jao-notmuch--sq "emacs-orgmode" "eo" "emacs" "org"))) + ,(jao-notmuch--sq "emacs-diffs" "ec" "emacs" "diffs"))) (jao-notmuch-def-searches sci (mapcar #'jao-notmuch--sq |