From 6d29882220cfad3821fd8dd69f112ef7ef87a6b1 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 19:53:59 +0200 Subject: Emacs: Add k8s-mode and kubedoc --- dot.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index d927ced..dfa9da9 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -306,6 +306,12 @@ (add-hook 'Info-mode-hook #'qsx-disable-show-trailing-whitespace) +(use-package k8s-mode + :hook (k8s-mode . yas-minor-mode)) +(use-package kubedoc + :hook ((kubedoc-mode . qsx-dont-show-line-numbers-hook) + (kubedoc-mode . qsx-disable-show-trailing-whitespace))) + (use-package elisp-mode :ensure nil :config -- cgit v1.2.3