summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2018-10-09 18:29:42 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-10-10 10:33:17 +0300
commita5cbaef6bab6351d3a4c725ed15c791065e938c3 (patch)
tree086b7ed02afeb3ba66c32faeb6078922b98d0f9c /cider.el
parent33e9f0f7a0397d2bdfef77a323e20557f58683c9 (diff)
Add missing cider-default-cljs-repl defcustom entries
Both Figwheel Main and Shadow w/o Server, aka shadow-select were missing.
Diffstat (limited to 'cider.el')
-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