Guest User

Untitled

a guest
Jan 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. (mu4e-mark-execute-all &optional NO-CONFIRMATION)
  2. ...
  3. If NO-CONFIRMATION is non-nil, don’t ask user for confirmation.
  4.  
  5. (define-key mu4e-main-mode-map (kbd "x") (lambda() (mu4e-mark-execute-all t)))
  6.  
  7. (global-set-key (kbd "C-x C-x") (lambda() (mu4e-mark-execute-all t)))
  8.  
  9. Wrong type argument: commandp, (lambda nil (mu4e-mark-execute-all t))
Add Comment
Please, Sign In to add comment