summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-01 11:42:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-01 11:42:49 -0700
commit808b51d749be4e501e748a3c8d9369148a8f8b80 (patch)
tree6c3d88f42e95d005448ca39da372991eb59110e8 /.emacs.d/init.el
parent1bcc4d7521d7bf10898576f568a2444dd8a07e48 (diff)
downloaddotfiles-808b51d749be4e501e748a3c8d9369148a8f8b80.tar.gz
set mailscripts-detach-head-from-existing-branch
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e9cd921b..9b146fc4 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1343,7 +1343,8 @@ By an anonymous EmacsWiki contributor."
("C-c g w" . notmuch-extract-message-patches-projectile)
("C-c g b" . notmuch-slurp-debbug)
("C-c g B" . notmuch-slurp-this-debbug))
- :init (setq mailscripts-extract-patches-branch-prefix "mail/"))
+ :init (setq mailscripts-extract-patches-branch-prefix "mail/"
+ mailscripts-detach-head-from-existing-branch t))