aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 949b5b8..e20f363 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -200,6 +200,9 @@
(highlight-indentation-mode))))
(use-package dockerfile-mode)
+(use-package k8s-mode
+ :hook (k8s-mode . yas-minor-mode))
+
(defun qsx-dont-show-line-numbers-hook ()
(setq display-line-numbers nil))