mu4e binding.

This commit is contained in:
Lars Tveito 2015-04-07 21:07:34 +02:00
parent 14d8cbcc76
commit 5f3196350f
2 changed files with 2 additions and 0 deletions

View File

@ -1010,6 +1010,7 @@ math-block around the region."
(define-key custom-bindings-map (kbd "C-c s") 'ispell-word)
(define-key custom-bindings-map (kbd "C-c t") 'org-agenda-list)
(define-key custom-bindings-map (kbd "C-x C-r") 'recentf-ido-find-file)
(define-key custom-bindings-map (kbd "C-x m") 'mu4e)
;; Bind the functions defined [[sec:defuns][above]].

View File

@ -1280,6 +1280,7 @@
(define-key custom-bindings-map (kbd "C-c s") 'ispell-word)
(define-key custom-bindings-map (kbd "C-c t") 'org-agenda-list)
(define-key custom-bindings-map (kbd "C-x C-r") 'recentf-ido-find-file)
(define-key custom-bindings-map (kbd "C-x m") 'mu4e)
#+END_SRC
Bind the functions defined [[sec:defuns][above]].