add k8s-mode for editing of Kubernetes manifests

This commit is contained in:
Alex Ott 2019-01-03 12:42:01 +01:00
parent 8d2c737edd
commit 3642982a1f

6
recipes/k8s-mode.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name k8s-mode
:website "https://github.com/TxGVNN/emacs-k8s-mode"
:description "Mode to edit Kubernetes files"
:type github
:depends (yaml-mode)
:pkgname "TxGVNN/emacs-k8s-mode")