nixos/home/emacs/modules/custom-email-config.el
Evie Litherland-Smith c549ee4f97 Run emacs as a system daemon
Move emacs package definition (with emacsPackages) to system/emacs.nix
Keep user config in home-manager as emacs service is installed as user
service

Remove extra expressions (formatters, lsp_servers) and bring back into
default.nix

Move config/ directory contents up one level
2023-10-24 09:56:35 +01:00

7 lines
203 B
EmacsLisp

(notmuch-indicator-mode)
(setq notmuch-search-oldest-first nil
notmuch-show-logo nil
notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label "@")))
(provide 'custom-email-config)