aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-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