Emacs mode: Update names for Customize
authorDavid Christiansen <david@davidchristiansen.dk>
Mon, 1 Aug 2016 13:11:38 +0000 (09:11 -0400)
committerDavid Christiansen <david@davidchristiansen.dk>
Mon, 1 Aug 2016 13:11:46 +0000 (09:11 -0400)
Now Customize uses the updated names consistently.

cubicaltt.el

index 3d2023f8ab7177cb84ae7d53c4569ebf6faa25d9..9e629a99b5d95772ffce8482b48e3d9a53349358 100644 (file)
 
 (defgroup cubicaltt nil "Options for cubicaltt-mode for cubical type theory"
   :group 'languages
-  :prefix 'cubicaltt
+  :prefix 'cubicaltt-
   :tag "Cubical type theory")
 
 (defcustom cubicaltt-command "cubical"
   "The command to be run for cubical."
-  :group 'ctt
+  :group 'cubicaltt
   :type 'string
   :tag "Command for cubical"
   :options '("cubical" "cabal exec cubical"))