summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-10 16:22:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-10 16:24:20 -0700
commit3db38ef0fb0ca65a2cc7379fd2f7157980530682 (patch)
treee1f7fb9fd8b045061040e1e0c76ff045bc06b792
parent7cb0f2bfa1c17073e77838c3e55016df5891d87e (diff)
downloaddotfiles-3db38ef0fb0ca65a2cc7379fd2f7157980530682.tar.gz
hopefully these mailscripts bindings will be easier to remember
-rw-r--r--.emacs.d/init-spw.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index c8bed307..218ccbba 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2008,8 +2008,8 @@ mutt's review view, after exiting EDITOR."
(setq nov-text-width 80))
(spw/when-library-available mailscripts
- (global-set-key "\C-cgt" #'notmuch-extract-thread-patches-projectile)
- (global-set-key "\C-cgw" #'notmuch-extract-message-patches-projectile)
+ (global-set-key "\C-cvt" #'notmuch-extract-thread-patches-projectile)
+ (global-set-key "\C-cvw" #'notmuch-extract-message-patches-projectile)
(global-set-key "\C-cgb" #'notmuch-slurp-debbug)
(global-set-key "\C-cgB" #'notmuch-slurp-this-debbug)
(setq mailscripts-extract-patches-branch-prefix "mail/"