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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user