branch: elpa/cider
commit bce2c7bb5f455edc592b2b2f18f4b9cf50ef6a75
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Remove leftovers of Boot
---
cider.el | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/cider.el b/cider.el
index 0fb91499b7e..955344c5a49 100644
--- a/cider.el
+++ b/cider.el
@@ -120,19 +120,6 @@
:type 'string
:safe #'stringp)
-(defcustom cider-boot-command
- "boot"
- "The command used to execute Boot."
- :type 'string
- :package-version '(cider . "0.9.0"))
-
-(defcustom cider-boot-parameters
- "repl -s -b localhost wait"
- "Params passed to boot to start an nREPL server via `cider-jack-in'."
- :type 'string
- :safe #'stringp
- :package-version '(cider . "0.9.0"))
-
(defcustom cider-clojure-cli-command
(if (and (eq system-type 'windows-nt)
(null (executable-find "clojure")))