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
Hi,
I've been using compliment via company-mode in cider, and I keep running into an issue where typing a boolean literal autocompletes to the associated predicate function (true? instead of true / false? instead of false). If you add the strings "true" and "false" to the special-forms set in compliment.sources.special-forms, then this problem goes away.
Thanks for the great package!
Sanjay
The text was updated successfully, but these errors were encountered:
Hi,
I've been using compliment via company-mode in cider, and I keep running into an issue where typing a boolean literal autocompletes to the associated predicate function (
true?
instead oftrue
/false?
instead offalse
). If you add the strings"true"
and"false"
to thespecial-forms
set incompliment.sources.special-forms
, then this problem goes away.Thanks for the great package!
Sanjay
The text was updated successfully, but these errors were encountered: