diff options
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r-- | custom/jao-custom-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index 83707ee..c3a9804 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -301,7 +301,7 @@ (mapcar #'buffer-name (seq-filter #'jao-mail-buffer-p (buffer-list)))))) -(jao-consult-add-buffer-source 'jao-mail-consult-source "Mail" ?n) +(jao-consult-add-buffer-source 'jao-mail-consult-source "mail" ?n) ;;; . (provide 'jao-custom-email) |