Skip to content

Commit e6ae253

Browse files
committed
Add missing metadata
1 parent 6dcf449 commit e6ae253

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inf-clojure.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,10 @@ mode line entirely."
425425
426426
Set to `nil` to disable eldoc. Eldoc can be quite useful by
427427
displaying function signatures in the modeline, but can also
428-
cause multiple prompts to appear and mess with `*1`, `*2`, etc.")
428+
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"))
429432

430433
;;;###autoload
431434
(define-minor-mode inf-clojure-minor-mode

0 commit comments

Comments
 (0)