summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider.el b/cider.el
index c8d767af..7410eef7 100644
--- a/cider.el
+++ b/cider.el
@@ -809,10 +809,12 @@ relatively unlikely you'd like to use the same type of REPL in each project
you're working on."
:type '(choice (const :tag "Nashorn" nashorn)
(const :tag "Figwheel" figwheel)
+ (const :tag "Figwheel Main" figwheel-main)
(const :tag "Node" node)
(const :tag "Weasel" weasel)
(const :tag "Boot" boot)
(const :tag "Shadow" shadow)
+ (const :tag "Shadow w/o Server" shadow-select)
(const :tag "Custom" custom))
:group 'cider
:safe #'symbolp