added org-store-link to mu4e view and headers

This commit is contained in:
ndwarshuis 2018-12-03 20:52:41 -05:00
parent 7559e06ca8
commit 7b6ea98079
1 changed files with 5 additions and 0 deletions

View File

@ -3046,6 +3046,11 @@ These are for mode-specific bindings that can/should be outside of the evil maps
(local-set-key (kbd "C-c C-c") 'org-agenda-set-tags) (local-set-key (kbd "C-c C-c") 'org-agenda-set-tags)
(local-set-key (kbd "C-c C-x C-b") 'nd/org-agenda-toggle-checkbox))) (local-set-key (kbd "C-c C-x C-b") 'nd/org-agenda-toggle-checkbox)))
#+END_SRC #+END_SRC
*** mu4e
#+BEGIN_SRC emacs-lisp
(define-key mu4e-headers-mode-map (kbd "C-c C-l") 'org-store-link)
(define-key mu4e-view-mode-map (kbd "C-c C-l") 'org-store-link)
#+END_SRC
*** dired *** dired
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(define-key dired-mode-map (kbd "C-x g") 'magit) (define-key dired-mode-map (kbd "C-x g") 'magit)