From: Austin Clements Date: Mon, 16 Apr 2012 02:57:45 +0000 (-0400) Subject: emacs: Put notmuch-print-mechanism in custom group notmuch-show X-Git-Tag: 0.13_rc1~70 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/ff53fb468e160c8c6910078cfa92dcb6b5caa728 emacs: Put notmuch-print-mechanism in custom group notmuch-show --- 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)