off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
Juλian (he/him) 2021-07-01T07:12:14.113800Z

anybody using a font supporting ligatures? which ones work well for Clojure?

Jakub Zika 2021-07-03T09:20:53.131100Z

Currently Iosevka as it works great for me

javahippie 2021-07-01T07:13:37.113900Z

I like FiraCode

2021-07-01T07:14:27.114100Z

I'm using Hasklig, it works nicely

Juλian (he/him) 2021-07-01T07:17:09.114300Z

thanks, I'll try them

javahippie 2021-07-01T07:29:42.114500Z

Example for FiraCode:

Juλian (he/him) 2021-07-01T07:34:24.114700Z

how did you get the lambda?

javahippie 2021-07-01T08:09:23.114900Z

That’s a ligature for fn

2021-07-01T08:12:10.115100Z

is that part of FiraCode?

Juλian (he/him) 2021-07-01T08:12:55.115300Z

not in latest release

javahippie 2021-07-01T08:13:34.115600Z

:thinking_face:

2021-07-01T08:14:54.115800Z

I like PragmataPro because it is condensed. But in emacs anonymous functions breaks a bit rainbow parenthesis. #( is combined to ligature

javahippie 2021-07-01T08:15:32.116Z

Enabled it like this in my doom config. Enabled ligatures in doom config, too, maybe there is some overriding going on?

2021-07-01T08:16:53.116200Z

there is a package ligatures available to use in doom-emacs maybe it is enabled in your init.el?

👍 1
2021-07-01T08:17:49.116400Z

** Module Flags
+ =+extra= Enables extra symbol substitutions in certain modes, for example
  ~lambda~ in lisps are replaced with ~λ~.

javahippie 2021-07-01T08:18:15.116700Z

That was it, thanks

Juλian (he/him) 2021-07-01T08:21:57.116900Z

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)

dharrigan 2021-07-01T08:48:53.117300Z

I use Jetbrains Mono. Works lovely.

dharrigan 2021-07-01T08:49:23.117500Z

<https://www.jetbrains.com/lp/mono/>

mpenet 2021-07-01T09:10:41.117800Z

same, jetbrains mono, it's quite good

Stan Verberkt 2021-07-01T11:26:17.118600Z

Is the clojuredesign-podcast channel still available?

borkdude 2021-07-01T11:28:49.118900Z

#clojuredesign-podcast

Stan Verberkt 2021-07-01T11:57:48.119Z

Dankje!

2021-07-01T14:57:59.119400Z

I use prettify symbols with VSCode and also FiraCode, with prettify symbols you can setup your own substitutions. e.g. Reduce:

2021-07-01T14:58:19.119600Z

Apply (...):

2021-07-01T14:59:27.119800Z

doseq: etc etc

hindol 2021-07-01T20:14:50.121800Z

Iosevka font family has many variants and you can pick the one you like.