Created
November 1, 2020 04:35
-
-
Save maavelar5/81b22d52a47e125e62a04c39ef7e08cd to your computer and use it in GitHub Desktop.
emacs + dmenu
@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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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