#komorebi.el

1 messages · Page 1 of 1 (latest)

keen thunder
restive sinew
#

LET’S GOOOOOO

As soon as I saw the .el my eyebrows rose lol

rugged rapids
#

i use neovim 🗿

restive sinew
#

Get thy Portuguese configuration away from me.

(Jk Neovim and Lua are both great)

keen thunder
#

@restive sinew can you explain what this does or how it would be used? I'm struggling to think of why someone would want to control komorebi from their editor 😅

restive sinew
#

Well, Emacs users like to do a lot of stuff in their editor 😆. But that said, I can see it being useful for more complicated Komorebi commands which aren’t bound to keybindings. Emacs has a “command palette” for all interactive functions, which would allow one to execute komorebi commands with completion, and optionally listing all similar results like search options in a browser.

If you spend a lot of time in Emacs, this could be a better option for experimentation or command execution than opening a new terminal or always having one open.

Also, since it’s just new elisp functions, it could let you script certain things in elisp, and use Emacs’ “batch” mode to run those scripts without opening Emacs. Also ofc just running them in an open instance.

For basic focus and movement though, I’m not sure I see much use either

#

Also, it could very easily just be a project someone wrote to learn Elisp and/or mess around it, not to have a functional package

#

Also I haven’t read through it really so I can’t answer what it actually does, will have to get back to you on that. The above was just a guess/assumption ^