mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(wanderlust): switch to alerting
This commit is contained in:
@ -70,6 +70,10 @@
|
|||||||
|
|
||||||
(setq wl-message-id-domain wl-local-domain)
|
(setq wl-message-id-domain wl-local-domain)
|
||||||
|
|
||||||
|
;; Use alert for alerting
|
||||||
|
(when (fboundp 'alert)
|
||||||
|
(setq wl-biff-notify-hook '((lambda () (alert "You have new mail!" :title "Wanderlust")))))
|
||||||
|
|
||||||
(when (modulep! :editor evil)
|
(when (modulep! :editor evil)
|
||||||
;; Neither `wl-folder-mode' nor `wl-summary-mode' are correctly defined as
|
;; Neither `wl-folder-mode' nor `wl-summary-mode' are correctly defined as
|
||||||
;; major modes, so we cannot use `set-evil-initial-state!' here.
|
;; major modes, so we cannot use `set-evil-initial-state!' here.
|
||||||
|
Reference in New Issue
Block a user