🥤 kele.el (Kubernetes Enablement Layer for Emacs)
-Table of Contents
- --
--Kele (kě lè, or kə-ˈlə) (“Kubernetes Enablement Layer for Emacs”) -streamlines integration between Kubernetes and Emacs. It provides a “base layer” -that can be leveraged to build higher-level integrations, e.g. modeline modules -and interactive clients such as kubernetes-el. -
- --Kele comes with “batteries included.” It contains several integrations with -noteworthy packages that you can take advantage of in your own configs. These -also serve to demonstrate Kele’s capabilities. Our documentation includes -tutorials for replicating these integrations yourselves. -
- --For full documentation, please visit jinnovation.github.io/kele. -
- -1. Getting Started
-1.1. The Hard Way
--Clone this repository and put it in your load-path. -
-1.2. Use-package + Straight
-(use-package kele - :straight (kele :type git :host github :repo "jinnovation/kele.el") - :config - (kele-mode 1)) --
2. About the Name
--The name Kele comes from the Mandarin term for cola, 可乐 (kě lè). It is -also an abbreviation of “Kubernetes Enablement Layer for Emacs.” -
-