Add app/email
This commit is contained in:
parent
c14a61946b
commit
316765b8ee
3 changed files with 132 additions and 0 deletions
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))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue