From: David Raymond Christiansen Date: Tue, 26 Jul 2016 15:39:50 +0000 (-0400) Subject: Improve the display of Emacs customize X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=31c3fbca4796100b875d1036ef26603864ddd96e;p=cubicaltt.git Improve the display of Emacs customize The customization options in Emacs are now shown with friendlier names. --- diff --git a/cubicaltt.el b/cubicaltt.el index 26b81ed..5ad435f 100644 --- a/cubicaltt.el +++ b/cubicaltt.el @@ -39,12 +39,16 @@ ;;;; Customization options -(defgroup ctt nil "Options for ctt-mode for cubical type theory" :group 'languages) +(defgroup ctt nil "Options for ctt-mode for cubical type theory" + :group 'languages + :prefix 'ctt- + :tag "Cubical type theory") (defcustom ctt-command "cubical" "The command to be run for cubical." :group 'ctt :type 'string + :tag "Command for cubical" :options '("cubical" "cabal exec cubical")) ;;;; Syntax