Mu4e: re-indent advice.el and fix docstring typo

This commit is contained in:
TEC 2021-07-30 01:55:53 +08:00
parent 7e1f7915c0
commit 2efeaa3bf2
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C
2 changed files with 64 additions and 64 deletions

View file

@ -289,7 +289,7 @@ When otherwise called, open a dired buffer and enable `dired-mu4e-attach-ctrl-c-
(dired-mu4e-attach-ctrl-c-ctrl-c 1)))))
(define-minor-mode dired-mu4e-attach-ctrl-c-ctrl-c
"Adds C-c C-c as an keybinding to attach files to a message."
"Adds C-c C-c as a keybinding to attach files to a message."
:lighter "attach"
:keymap (let ((map (make-sparse-keymap)))
(define-key map (kbd "C-c C-c") '+mu4e/attach-files)