aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:53:59 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:03:02 +0200
commit6d29882220cfad3821fd8dd69f112ef7ef87a6b1 (patch)
treeae2d704603df2c17fda51e94963a770914f4ea1e /dot.emacs.d
parent314447e116b62595bff48e83b721eb0f6008ad6e (diff)
Emacs: Add k8s-mode and kubedoc
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
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