mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-08 11:24:15 -05:00
Kubernetes emacs config
This commit is contained in:
parent
df632315cd
commit
cae4e5eb9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user