Add kustomize keyboard shortcut

This commit is contained in:
Gabriel Simmer 2023-01-15 18:14:22 +00:00
parent 6c22442a00
commit 758b1a78ee
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -21,5 +21,7 @@
(insert (format "%s" (render-kustomize path)))
(if (fboundp 'k8s-mode) (k8s-mode) (yaml-mode)))))
(global-set-key (kbd "C-c k") 'kustomize)
(provide 'kustomize)
;;; kustomize.el ends here