Elijah Gabe Pérez

Results 27 comments of Elijah Gabe Pérez

> @DevelopmentCool2449 I am sorry to polute this thread a bit further :) > > What a SMALL world this is! > > I read your post on reddit about...

Hello, thank you maintainers for creating and improve this wonderful package, i tried to see how treesit.el library can be included in this package, however ts-fold has grown and matured...

> I don't think is that hard since we only need to handle translations between `tree-sitter.el` nodes and `treesit.el` nodes. Andrew has an early implementation in #47. 🤔 TBH, we...

Well, then i think i may start in the fork, i don't know if implementing it to ts-fold would require using or installing tree-sitter.el which would install all the parsers....

Hello, i'm sorry if i came late to this discussion, i could do icon-injection to breadcrumb, here is the code that i use in my config file: ```elisp (advice-add #'breadcrumb--format-project-node...

There was already a warning in the README file, now it is more visible. I'm closing this issue.

Hi, this sound interesting, i think i found a way for implement it, the only thing that i see is that it would only allow highlighting, i will see if...

Sorry for the late reply, > And I'd make three character color-codes optional, like #fab et al. Raibow.el now colors all kinds of strings that I might have (like a...

I've now added support for @define_color variables. Feel free to open an issue if you have any problems with the new feature.

`rgb()` and `rgba()` can be used outside of css (and derived). To enable it in your hyprlock config you can use this snippet in your emacs config: ``` elisp (add-to-list...