chore(mail): Unbind notmuch-save-draft
I don't use drafts and they're kind of annoying.
This commit is contained in:
parent
45432f9b34
commit
711afd3bd5
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
||||||
;; in the UI m(
|
;; in the UI m(
|
||||||
("vincent@aprila.no" . "aprila/Sende element")))
|
("vincent@aprila.no" . "aprila/Sende element")))
|
||||||
|
|
||||||
|
;; I don't use drafts but I instinctively hit C-x C-s constantly, lets
|
||||||
|
;; handle that gracefully.
|
||||||
|
(define-key notmuch-message-mode-map (kbd "C-x C-s") #'ignore)
|
||||||
|
|
||||||
;; MSMTP decrypts passwords using pass, but pinentry doesn't work
|
;; MSMTP decrypts passwords using pass, but pinentry doesn't work
|
||||||
;; correctly in that setup. This forces a warmup of the GPG agent
|
;; correctly in that setup. This forces a warmup of the GPG agent
|
||||||
;; before sending the message.
|
;; before sending the message.
|
||||||
|
|
Loading…
Reference in a new issue