Better keybindings for mu4e
This commit is contained in:
parent
0acbe97a23
commit
0049eb4dcb
@ -1396,7 +1396,8 @@ Because email in Emacs is badass. My mail set up is based on [[http://stevelosh.
|
|||||||
mu4e-context-policy 'ask
|
mu4e-context-policy 'ask
|
||||||
mu4e-compose-context-policy 'ask-if-none))
|
mu4e-compose-context-policy 'ask-if-none))
|
||||||
|
|
||||||
(leader-def-key "am" 'mu4e)
|
(jdormit/define-prefix "am" "mu4e")
|
||||||
|
(leader-def-key "amm" 'mu4e)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Custom actions:
|
Custom actions:
|
||||||
@ -1627,7 +1628,6 @@ Desktop notifications for mu4e emails.
|
|||||||
'libnotify))
|
'libnotify))
|
||||||
|
|
||||||
(use-package mu4e-alert
|
(use-package mu4e-alert
|
||||||
:after (mu4e)
|
|
||||||
:config
|
:config
|
||||||
(setq mu4e-alert-interesting-mail-query
|
(setq mu4e-alert-interesting-mail-query
|
||||||
(concat
|
(concat
|
||||||
@ -1638,6 +1638,8 @@ Desktop notifications for mu4e emails.
|
|||||||
(mu4e-alert-set-default-style (jdormit-get-mu4e-alert-style))
|
(mu4e-alert-set-default-style (jdormit-get-mu4e-alert-style))
|
||||||
(mu4e-alert-enable-notifications)
|
(mu4e-alert-enable-notifications)
|
||||||
(mu4e-alert-enable-mode-line-display))
|
(mu4e-alert-enable-mode-line-display))
|
||||||
|
|
||||||
|
(leader-def-key "amu" #'mu4e-alert-view-unread-mails)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* w3m
|
* w3m
|
||||||
|
Loading…
Reference in New Issue
Block a user