You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defcustomcider-completion-annotations-alist
'(("class""c")
("field""fi")
("function""f")
("import""i")
("keyword""k")
("local""l")
("macro""m")
("method""me")
("namespace""n")
("protocol""p")
("protocol-function""pf")
("record""r")
("special-form""s")
("static-field""sf")
("static-method""sm")
("type""t")
("var""v"))
"Controls the abbreviations used when annotating completion candidates.Must be a list of elements with the form (TYPE . ABBREVIATION), where TYPEis a possible value of the candidate's type returned from the completionbackend, and ABBREVIATION is a short form of that type.":type '(alist :key-type string :value-type string)
:group'cider:package-version '(cider ."0.9.0"))
"function", "macro", etc.
The text was updated successfully, but these errors were encountered: