Improve the display of Emacs customize
authorDavid Raymond Christiansen <david@davidchristiansen.dk>
Tue, 26 Jul 2016 15:39:50 +0000 (11:39 -0400)
committerDavid Raymond Christiansen <david@davidchristiansen.dk>
Tue, 26 Jul 2016 15:43:20 +0000 (11:43 -0400)
The customization options in Emacs are now shown with friendlier names.

cubicaltt.el

index 26b81ed0198cd3e6f32f21a421108975fb6a41f2..5ad435f0a240531635244e77ebfdbe7d46f5f5cb 100644 (file)
 
 ;;;; 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