We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d631120 commit bd8bb11Copy full SHA for bd8bb11
cider-interaction.el
@@ -92,7 +92,8 @@ which will use the default REPL connection."
92
(defcustom cider-prompt-save-file-on-load t
93
"Controls whether to prompt to save the file when loading a buffer."
94
:type 'boolean
95
- :group 'cider)
+ :group 'cider
96
+ :package-version '(cider . "0.6.0"))
97
98
(defface cider-error-highlight-face
99
'((((supports :underline (:style wave)))
0 commit comments