mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add app/email
This commit is contained in:
12
modules/app/email/autoload.el
Normal file
12
modules/app/email/autoload.el
Normal file
@ -0,0 +1,12 @@
|
||||
;;; app/email/autoload.el
|
||||
|
||||
;;;###autoload
|
||||
(defun =email ()
|
||||
(interactive)
|
||||
(call-interactively 'mu4e))
|
||||
|
||||
;;;###autoload
|
||||
(defun +email/compose ()
|
||||
(interactive)
|
||||
(call-interactively 'mu4e-compose-new))
|
||||
|
Reference in New Issue
Block a user