diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-09-11 21:46:14 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-09-11 21:46:14 +0200 |
| commit | 73d76d0e994aaa78d61c6170fd7180d3416ad2fa (patch) | |
| tree | 3199a7eec0dff560f4d66ffed82313c081c04e25 /dot.emacs.d/init.el | |
| parent | d2554d69fe3d509c69c1d773e31e56b867cc65af (diff) | |
Emacs: Use k8s-mode
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
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)) |
