jinnovation / kele.el

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

Implement `after-context-switch-hook` #193

Closed jinnovation closed 2 months ago

jinnovation commented 2 months ago

Some users might have specific subroutines that they need to run after switching to a new context, e.g. re-authenticating. A hook will let them do that.

Each function in after-context-switch-hook should take the previous context name as well as the new current context name.

Definition of Done