commit b72b8f739990531a2581d0308dd7433ea41048aa parent 7bcf30a43718397cc86f11eccf39bbe11d7316c4 Author: Anders Hedman <anders.hedman01@gmail.com> Date: Thu, 1 Jun 2023 19:11:27 +0200 doom: Added k8s packages Diffstat:
M | .doom.d/packages.el | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.doom.d/packages.el b/.doom.d/packages.el @@ -55,3 +55,6 @@ (package! elpher) (package! org-present) (package! visual-fill-column) +(package! k8s-mode) +(package! kubernetes) +(package! kubernetes-evil)