emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Maxim 2020-06-09T01:39:54.379700Z

@ag Appreciate for posting my snippet to M-x tips. A nice surprise in the morning.

ag 2020-06-09T01:42:05.379900Z

Hey, sorry, I should've probably asked you first.

ag 2020-06-09T01:42:35.380100Z

I've figured you shared it with us already, a few more people would be okay

Maxim 2020-06-09T01:47:42.380300Z

Yep, no worries about that.

ag 2020-06-09T01:49:50.380500Z

Thank you!

ericdallo 2020-06-09T14:39:22.381200Z

https://github.com/seagle0128/doom-modeline/pull/350

bozhidar 2020-06-10T07:40:37.382100Z

Pretty cool, indeed!

🦜 1
practicalli-john 2020-06-10T15:31:50.382400Z

@ericdallo looks great, thank you. I just started using doom modeling for my live coding broadcasts, so this will be a nice addition. Do you know if there is a full colour icon for Clojure buffers, similar to the colour emacs icon for elisp buffers?

ericdallo 2020-06-10T15:39:09.382600Z

Thanks @jr0cket, glad it helps 🙂 I think enabling doom-modeline-major-mode-icon already displays a icon using all-the-icons.el package for clojure buffers too:

practicalli-john 2020-06-10T16:07:41.383Z

Yes, I have that icon, but it's not as nice as the Emacs logo. I was hoping to have a Clojure icon more like https://images.app.goo.gl/e5CfqRFWM9jneT3s5 Was wondering if it's possible and just needed a pull request

ericdallo 2020-06-10T16:20:47.383200Z

I see, sadly this is not easy as these icons are from a very famous package called all-the-icons.el , and they are not images, https://github.com/domtronn/all-the-icons.el/tree/master/fonts. So I think this is not easy to customize or change on doom-modeline 😕

practicalli-john 2020-06-10T16:58:11.383500Z

It would be nice to use something like this clojure font I just made (its essentially the inverse of that used for all-the-icons and seems to be more comparable to the Emacs and markdown fonts that I see in the doom mode line. https://github.com/practicalli/alternative-fonts I will see if I can figure out how to use this with doom mode line or see if all-the-icons will take a pr (assuming I can figure out how to add it to their existing font)

ericdallo 2020-06-10T17:09:41.383800Z

I could not open the link (404), but a PR on all-the-icons may be a way to use it on modeline and many other paces like treemacs and dired.

practicalli-john 2020-06-10T17:39:54.384100Z

Opps, made it private by mistake, its public now. On my setup it seems treemacs and dird already use a nice colored logo. I will take a look at the all-the-fonts project at the weekend, have a lot of other things I need to do by then :)

ericdallo 2020-06-10T22:27:35.384400Z

looks really good, but it seems to be clojure specific, I don't know what all-the-icons guys will think about it 😕

ericdallo 2020-06-10T22:28:04.384600Z

maybe you can try to edit a exists font and include that image

ericdallo 2020-06-10T22:28:59.384800Z

replacing/adding to a font that already exists on all-the-icons: https://github.com/file-icons/icons

ericdallo 2020-06-09T14:39:42.381400Z

FYI @bozhidar :cider: 🦜

hindol 2020-06-09T14:51:49.381700Z

Thanks @ericdallo. This has been a pain point for me as well. I wonder if there is a better REPL icon...

ericdallo 2020-06-09T14:52:47.381900Z

me too, I didn't find anything better on all-the-icons.el , but I think this is a start