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, 0 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 41508c6..6211199 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -327,9 +327,6 @@
:bind (:map emacs-lisp-mode-map
("C-c e" . macrostep-expand)))
-(use-package k8s-mode
- :hook (k8s-mode . yas-minor-mode))
-
(use-package dockerfile-mode
:mode "/Containerfile\\(?:\\.[^/\\]*\\)?\\'")