abrochard / kubel

Emacs extension for controlling Kubernetes with limited permissions
GNU General Public License v3.0
267 stars 44 forks source link

Don't show kubel output in `yaml-mode` if output isn't yaml #75

Closed abrochard closed 2 years ago

abrochard commented 2 years ago

Reported in #36

Kyrremann commented 2 years ago

I've checked though the code, and everywhere (yaml-mode) is set, you first check with (string-equal kubel-output "yaml"). So this one can be closed.