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 6dcf449 commit e6ae253Copy full SHA for e6ae253
inf-clojure.el
@@ -425,7 +425,10 @@ mode line entirely."
425
426
Set to `nil` to disable eldoc. Eldoc can be quite useful by
427
displaying function signatures in the modeline, but can also
428
-cause multiple prompts to appear and mess with `*1`, `*2`, etc.")
+cause multiple prompts to appear and mess with `*1`, `*2`, etc."
429
+ :type 'boolean
430
+ :safe 'booleanp
431
+ :package-version '(inf-clojure . "3.2.0"))
432
433
;;;###autoload
434
(define-minor-mode inf-clojure-minor-mode
0 commit comments