mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
app/email: redo mu4e->evil integration + improve marks for gmail support
This commit is contained in:
15
modules/app/email/autoload/email.el
Normal file
15
modules/app/email/autoload/email.el
Normal file
@@ -0,0 +1,15 @@
|
||||
;;; app/email/autoload/email.el
|
||||
|
||||
;;;###autoload
|
||||
(defun =email ()
|
||||
"Start email client."
|
||||
(interactive)
|
||||
(call-interactively 'mu4e))
|
||||
|
||||
;;;###autoload
|
||||
(defun +email/compose ()
|
||||
"Compose a new email."
|
||||
(interactive)
|
||||
;; TODO Interactively select email account
|
||||
(call-interactively 'mu4e-compose-new))
|
||||
|
Reference in New Issue
Block a user