1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-02-08 11:24:15 -05:00

Kubernetes emacs config

This commit is contained in:
Jack Foltz 2019-07-31 21:29:02 -04:00
parent df632315cd
commit cae4e5eb9d
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -832,6 +832,15 @@ Allows retrieving OpenWeatherMap forecasts in the minibuffer.
(sunshine-appid "7caf100277f14845e7f354c6590a09cb")
(sunshine-show-icons t))
#+END_SRC
** Kubernetes
A porcelain like magit for kubernetes.
#+BEGIN_SRC emacs-lisp
(use-package kubernetes
:commands kubernetes-overview)
(use-package kubernetes-evil
:after kubernetes)
#+END_SRC
* Programming
** Formatting
*** Word Wrap