Jerry Peng
Jerry Peng
Thanks for reporting this. I don't personally use CJK characters in my setup but I understand it's annoying when columns don't align properly. Do you think if you can raise...
If you are talking about `pretty-hydra`, you can kind of do that by using an empty column, e.g. ``` (pretty-hydra-define jp-window (:hint nil :foreign-keys warn) ("Windows" (("x" ace-delete-window "delete") ("m"...
Sorry for the late response. This would be a really useful feature and a PR is more than welcome! Have you thought about how it's gonna work? It simply fails...
Hi @Sasanidas, Thanks for posting your code snippet. Yes I think it should work. I do have a couple of suggestions though: 1. Perhaps you can implement this check in...
This is exactly a use case I'd like myself. I actually created #23 for this but haven't got around to implementing it. It might not be trivial because it requires...
Yeah that's what I've been doing as well. I'll have a think about this when I get a chance again. It could be a fun challenge to implement this.
No it's not possible currently but it seems nice to have. I'll have a think about it.
Oh I thought you'd want the column separator to appear on every row, not just the separator row. If this is really what you want, your proposed solution sounds good...
@hubisan That's awesome! Looking forward to your PR.
Hi sorry for the super super late response. I know it has been a very long time. I haven't been actively working on emacs stuff due to work and family...