this post was submitted on 22 Jul 2023
11 points (100.0% liked)

Emacs

2137 readers
5 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] donio@lemmy.world 1 points 1 year ago (1 children)

This looks neat but... does el-search-refactor actually exist? I am not able to find it anywhere.

[–] junkbond@lemmy.ml 2 points 1 year ago (1 children)
[–] donio@lemmy.world 1 points 1 year ago

Thanks, I see it now. I guess the use of that little link icon instead of the normal text anchor threw me.

[–] stsquad@lemmy.ml 1 points 1 year ago (1 children)

Is there an actual reason to de-magnar your libraries? The main reason I use them is they provide some concise approaches to common operations. I get that later emacs have introduced similar functions but I try and maintain support for as wide a range of emacs versions add possible.

[–] howardthegeek@mander.xyz 1 points 1 year ago

I guess it depends on whether you want to have less dependencies and support more Emacs versions, for the opposite.

If I am supplying functions for others, I generally like to keep the dependencies low, just use standard libraries built into Emacs, so I think this could be helpful.