-
-
Save maavelar5/81b22d52a47e125e62a04c39ef7e08cd to your computer and use it in GitHub Desktop.
Hi, I wanted to write something kinda similar to this for a while but I'm not good at elisp and never had enough time to learn it properly. My idea was to turn dmenu into a helm replacement. From your experience, how hard/easy would that be?
Hello, I'm not that good with elisp either, I can write small snippets like this but as far as best practices for large packages I'm not good. Helm is quite large from what I can tell so it depends on how much of its functionality you'd like to implement, there's also the problem that because Dmenu operates outside of emacs, many things would need to be added to the source (syntax highlighting off the top of my head). All in all, I'd say that it will require quite a bit of work. Hope it helps. Cheers
@maavelar5 I guess this means I'll leave it far in the wish list. But still, thanks for your cool snippets here and have a nice day!
Dropping the YouTube video, for the record:
(1062) Emacs + dmenu is awesome! bye bye Ivy! - YouTube
Hi, I wanted to write something kinda similar to this for a while but I'm not good at elisp and never had enough time to learn it properly. My idea was to turn dmenu into a helm replacement. From your experience, how hard/easy would that be?