diff options
author | Alan Pearce | 2018-06-27 11:53:29 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-27 11:53:29 +0200 |
commit | f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2 (patch) | |
tree | 5a68797d8b1fb0b76d303f82347cf298b40eccba /emacs/.emacs.d | |
parent | a40bbd7594607b4727a7cf79a4ec1b178842d147 (diff) | |
download | nixfiles-f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2.tar.lz nixfiles-f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2.tar.zst nixfiles-f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2.zip |
emacs: setup kubernetes.el
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index c05aac8b..5bc22c46 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -2175,6 +2175,14 @@ With two prefix arguments, write out the day and month name." command-log-mode-auto-show t command-log-mode-is-global t))) +;;;; Systems + +(use-package kubernetes + :commands (kubernetes-overview)) + +(use-package kubernetes-evil + :after (kubernetes evil)) + ;;;; Spelling (use-package ispell |