summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-06-27 11:53:29 +0200
committerAlan Pearce2018-06-27 11:53:29 +0200
commitf18949c0f0096c61d8b3b1b5fcf6e412de43b2f2 (patch)
tree5a68797d8b1fb0b76d303f82347cf298b40eccba /emacs
parenta40bbd7594607b4727a7cf79a4ec1b178842d147 (diff)
downloaddotfiles-f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2.tar.lz
dotfiles-f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2.tar.zst
dotfiles-f18949c0f0096c61d8b3b1b5fcf6e412de43b2f2.zip
emacs: setup kubernetes.el
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index c05aac8..5bc22c4 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