anybody using a font supporting ligatures? which ones work well for Clojure?
Currently Iosevka as it works great for me
I like FiraCode
I'm using Hasklig, it works nicely
thanks, I'll try them
Example for FiraCode:
how did you get the lambda?
That’s a ligature for fn
is that part of FiraCode?
not in latest release
:thinking_face:
I like PragmataPro because it is condensed. But in emacs anonymous functions breaks a bit rainbow parenthesis. #(
is combined to ligature
Enabled it like this in my doom config. Enabled ligatures in doom config, too, maybe there is some overriding going on?
there is a package ligatures
available to use in doom-emacs
maybe it is enabled in your init.el?
** Module Flags
+ =+extra= Enables extra symbol substitutions in certain modes, for example
~lambda~ in lisps are replaced with ~λ~.
That was it, thanks
it is listed in https://github.com/tonsky/FiraCode/issues/36 but I agree that changing the width from two to one character can be problematic (it could mess up indentation etc)
I use Jetbrains Mono. Works lovely.
<https://www.jetbrains.com/lp/mono/>
same, jetbrains mono, it's quite good
Is the clojuredesign-podcast channel still available?
#clojuredesign-podcast
Dankje!
I use prettify symbols with VSCode and also FiraCode, with prettify symbols you can setup your own substitutions. e.g. Reduce:
Apply (...):
doseq: etc etc
Iosevka font family has many variants and you can pick the one you like.