From: David Christiansen Date: Mon, 1 Aug 2016 13:11:38 +0000 (-0400) Subject: Emacs mode: Update names for Customize X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=d53a998d545cd23c89449fc5236a18d6efd8fadd;p=cubicaltt.git Emacs mode: Update names for Customize Now Customize uses the updated names consistently. --- diff --git a/cubicaltt.el b/cubicaltt.el index 3d2023f..9e629a9 100644 --- a/cubicaltt.el +++ b/cubicaltt.el @@ -41,12 +41,12 @@ (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"))