DCsunset
DCsunset
I've added another fix in the master branch. I've tested the case locally and it works fine. Could you verify it on your side as well?
Hi @benotn, unfortunately it still doesn't work for me. `kkp-status` still shows the same message. I even tried running `(kkp-enable-for-client-frame (selected-frame))` directly but it `kkp-status` still shows the same message....
> I see a commit was added but in the meantime this worked in a pinch: > > ``` > (use-package kkp > :ensure t > :config > (add-hook 'server-after-make-frame-hook...
Sure. The setup is relatively simple: - Terminal: Ghostty 1.1.3 - Start the daemon: `emacs --daemon=test` (`test` is the name of the socket to prevent conflict with other daemons) -...
Yes that's what I'm thinking of. The selectors can work the same way but on a different URL for each entry.
Yes I'm okay with it. Thanks for your interest in looking into it!
@FynnFreyer I think your changes look good to me generally. As for the last point, I think one solution is to pass all types of elememnts to the syntax module...
For the namespace package part, I think maybe we can allow using external packages by making the second parameters of `import_module` customizable as well in the future. In this way,...
For complex command, there is an option called `record` that can record the key sequence to a register. `replayRecord` will repeat the key sequence stored in a register.
Your config is a bit too long to look into. You can create a simple config that only has the commands, which is easier for us to understand. You can...