From 6ecd7495115ffe343f99a5c46f7783dcb1b95db2 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 20:10:17 +0200 Subject: Emacs: Drop duplicate k8s-mode config --- dot.emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'dot.emacs.d/init.el') 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\\(?:\\.[^/\\]*\\)?\\'") -- cgit v1.2.3