jinnovation / kele.el

šŸ„¤ Spritzy Kubernetes cluster management for Emacs

Home Page:https://jonathanj.in/kele.el/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enabling `kele-mode` is not idempotent

jinnovation opened this issue Ā· comments

Executing (kele-mode 1) after kele-mode is already active results in the issues described in #89. Evidently, attempting to "double-enable" kele-mode results in creating, at minimum, a duplicate set of file-watchers, which is undesirable.

Definition of Done

  • User should be able to invoke (kele-mode 1) multiple times with no error or compromise to user experience (creation of duplicate file-watchers being one example thereof)