projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4d2c4
)
Emacs mode: Update names for Customize
author
David Christiansen
<david@davidchristiansen.dk>
Mon, 1 Aug 2016 13:11:38 +0000
(09:11 -0400)
committer
David Christiansen
<david@davidchristiansen.dk>
Mon, 1 Aug 2016 13:11:46 +0000
(09:11 -0400)
Now Customize uses the updated names consistently.
cubicaltt.el
patch
|
blob
|
blame
|
history
diff --git
a/cubicaltt.el
b/cubicaltt.el
index 3d2023f8ab7177cb84ae7d53c4569ebf6faa25d9..9e629a99b5d95772ffce8482b48e3d9a53349358 100644
(file)
--- 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 'c
ubical
tt
:type 'string
:tag "Command for cubical"
:options '("cubical" "cabal exec cubical"))