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
First thank you for this package.
To make it work, I had to
(setq company-quickhelp-use-propertized-text nil)
Information about this custom variable:
company-quickhelp-use-propertized-text is a variable defined in ‘company-quickhelp.el’.
Original value was t
Allow the text to have properties like color, font size, etc.
If this variable is set to t (the default) , an error comes when using the tty:
Error running timer ‘company-quickhelp--show’: (error "Window system frame should be used")
This could be fixed in your package or mentioned in the README
The text was updated successfully, but these errors were encountered:
First thank you for this package.
To make it work, I had to
Information about this custom variable:
If this variable is set to
t
(the default) , an error comes when using the tty:This could be fixed in your package or mentioned in the README
The text was updated successfully, but these errors were encountered: