email command/binding.
This commit is contained in:
parent
2d20db1f45
commit
ac4caff8b4
@ -870,10 +870,15 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
|||||||
(add-to-list 'load-path (s-trim (shell-command-to-string "mu4e_directory")))
|
(add-to-list 'load-path (s-trim (shell-command-to-string "mu4e_directory")))
|
||||||
|
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:commands (mu4e mu4e-view-message-with-msgid mu4e-update-index)
|
:commands (mu4e mu4e-view-message-with-msgid mu4e-update-index email)
|
||||||
:bind ("C-c 0" . mu4e~headers-jump-to-maildir)
|
:bind ("C-c 0" . email)
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(defun email ()
|
||||||
|
(interactive)
|
||||||
|
(persp-switch "email")
|
||||||
|
(unless (mu4e-running-p)
|
||||||
|
(mu4e)))
|
||||||
;; enable inline images
|
;; enable inline images
|
||||||
(setq mu4e-view-show-images t)
|
(setq mu4e-view-show-images t)
|
||||||
;; show images
|
;; show images
|
||||||
|
Loading…
Reference in New Issue
Block a user