-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hasklig support for haskell layer #6703
Comments
On which OS are you, @Profpatsch? Adding this to my spacemacs on Fedora displays some very weird characters, like a dotted arrow pointing right-up for the common arrow EDIT: my bad, this configuration works very well. +1 for spacemacs inclusion! |
As much as I loved this integration, it has some problems: the overlay changes the column numbering, so when querying, for example, Is there something that could be done to correct this, @Profpatsch, @TheBB? |
No idea, I don’t use column numbering. Emacs font handling sucks, though. |
Okay, with a more recent version of Hasklig the emacs integration broke horribly, but I got it working again: i-tu/Hasklig#84 (comment) This should be general enough to make it work for multiple similar fonts (e.g. https://github.com/be5invis/Iosevka or https://github.com/tonsky/FiraCode) |
See https://github.com/minad/hasklig-mode. Support for Fira could be added too (#6972). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
I’m probably not going to write the mode, but we should leave the issue open if somebody else wants to tackle it. Companion issue for FiraCode: #6972 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Closing since this seems to be out of our scope. P.S. One can use https://wiki.haskell.org/Unicode-symbols for real unicode symbols. |
Hasklig is a nice derivation of Source Code Pro that supports ligatures. Someone already found a working solution for integration in Emacs, which I integrated in my config by setting this:
It should be easy to provide support in Haskell mode.
The text was updated successfully, but these errors were encountered: