mu4e: add command mu4e-sexp-at-point

Add command ~mu4e-sexp-at-point~ for showing/hiding the s-expression for the
message-at-point. Useful for development / debugging. Bound to ~,~ in headers and
view mode.
This commit is contained in:
Dirk-Jan C. Binnema
2022-05-14 20:45:33 +03:00
parent 619c1c81fe
commit aea2f58c77
4 changed files with 24 additions and 10 deletions

View File

@ -932,6 +932,8 @@ after the end of the search results."
(define-key map "t" 'mu4e-headers-mark-subthread)
(define-key map "T" 'mu4e-headers-mark-thread)
(define-key map "," #'mu4e-sexp-at-point)
;; navigation between messages
(define-key map "p" 'mu4e-headers-prev)
(define-key map "n" 'mu4e-headers-next)