aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-04-15 22:57:45 -0400
committerGravatar David Bremner <bremner@debian.org>2012-04-24 23:25:51 -0300
commitff53fb468e160c8c6910078cfa92dcb6b5caa728 (patch)
treea69e47e3dd89bbc4d3b87c1d6d6b741761537d40 /emacs
parent443faa3fcc4d57434d4ad484cf7fe7c4a35b4bc1 (diff)
emacs: Put notmuch-print-mechanism in custom group notmuch-show
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el
index 6653d977..8c18f4bd 100644
--- a/emacs/notmuch-print.el
+++ b/emacs/notmuch-print.el
@@ -25,7 +25,7 @@
(defcustom notmuch-print-mechanism 'notmuch-print-lpr
"How should printing be done?"
- :group 'notmuch
+ :group 'notmuch-show
:type '(choice
(function :tag "Use lpr" notmuch-print-lpr)
(function :tag "Use ps-print" notmuch-print-ps-print)