emacs: Put notmuch-print-mechanism in custom group notmuch-show

This commit is contained in:
Austin Clements 2012-04-15 22:57:45 -04:00 committed by David Bremner
parent 443faa3fcc
commit ff53fb468e

View file

@ -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)