Fix org-mode links section documentation

This commit is contained in:
Asilata Bapat (ANU)
2020-06-27 15:54:48 +10:00
parent 5922cd9fa2
commit 84c59cef5a

View File

@ -3284,8 +3284,8 @@ If you use the functionality a lot, you may want to define
key-bindings for that in headers and view mode:
@lisp
(define-key mu4e-headers-mode-map (kbd "C-c c") 'org-mu4e-store-and-capture)
(define-key mu4e-view-mode-map (kbd "C-c c") 'org-mu4e-store-and-capture)
(define-key mu4e-headers-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture)
(define-key mu4e-view-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture)
@end lisp