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
In Emacs mode for Coq (with company-coq), there is a special mode that shows math symbols instead of some language constructions, like lambdas, forall quantifier, etc.
With prettify-symbols-mode off:
With prettify-symbols-mode on:
We might try to add a similar feature to the plugin. Possible ways to do that include code foldings and Reader mode.
The text was updated successfully, but these errors were encountered:
In Emacs mode for Coq (with company-coq), there is a special mode that shows math symbols instead of some language constructions, like lambdas,
forall
quantifier, etc.With prettify-symbols-mode off:
![Screen Shot 2021-12-06 at 3 58 18 PM](https://user-images.githubusercontent.com/5653229/144850942-ad807a60-70ee-414a-ab35-315c288045ba.png)
With prettify-symbols-mode on:
![Screen Shot 2021-12-06 at 3 58 51 PM](https://user-images.githubusercontent.com/5653229/144850811-f52c6a9d-4108-46b4-a8ad-9fe0fb9bfa9c.png)
We might try to add a similar feature to the plugin. Possible ways to do that include code foldings and Reader mode.
The text was updated successfully, but these errors were encountered: