mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
mu4e binding.
This commit is contained in:
parent
14d8cbcc76
commit
5f3196350f
1
init.el
1
init.el
@ -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 s") 'ispell-word)
|
||||||
(define-key custom-bindings-map (kbd "C-c t") 'org-agenda-list)
|
(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 C-r") 'recentf-ido-find-file)
|
||||||
|
(define-key custom-bindings-map (kbd "C-x m") 'mu4e)
|
||||||
|
|
||||||
;; Bind the functions defined [[sec:defuns][above]].
|
;; Bind the functions defined [[sec:defuns][above]].
|
||||||
|
|
||||||
|
1
init.org
1
init.org
@ -1280,6 +1280,7 @@
|
|||||||
(define-key custom-bindings-map (kbd "C-c s") 'ispell-word)
|
(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-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 C-r") 'recentf-ido-find-file)
|
||||||
|
(define-key custom-bindings-map (kbd "C-x m") 'mu4e)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Bind the functions defined [[sec:defuns][above]].
|
Bind the functions defined [[sec:defuns][above]].
|
||||||
|
Loading…
Reference in New Issue
Block a user