aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:10:17 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:10:17 +0200
commit6ecd7495115ffe343f99a5c46f7783dcb1b95db2 (patch)
treec846b4c3d1ca6b5d0715272ec51d05e7a83a4ae1 /dot.emacs.d
parenta02e49a3ecac5b1c65a09f8d92cc555782af260a (diff)
Emacs: Drop duplicate k8s-mode configHEADmain
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\\(?:\\.[^/\\]*\\)?\\'")