jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs
https://jonathanj.in/kele.el/
Apache License 2.0
72 stars 4 forks source link

Migrate `kele-list` to `vtable` #204

Closed jinnovation closed 1 month ago

jinnovation commented 1 month ago

Blocks #137.

Emacs 29 introduces vtable.el as a more flexible and user-friendly successor to tabulated-list-mode. In addition to a more user-friendly (allegedly) API, it also more fundamentally allows for displaying tables alongside other content, which will be useful for issues like #137.

The downside is that this restricts kele.el to only supporting Emacs 29 and later, but I think that's acceptable.

Definition of Done