[emacs] Add kubernetes-tramp

This commit is contained in:
Correl Roush 2020-07-23 15:29:09 -04:00
parent 3c1b98b443
commit f76ec775e0
2 changed files with 5 additions and 0 deletions

View file

@ -1093,6 +1093,10 @@ Taken from [[http://emacsredux.com/blog/2013/06/21/eval-and-replace/][Emacs Redu
:config)
(set-popup-rule! "^\\*kubernetes" :ignore t)
(use-package! kubernetes-tramp
:config
(setq tramp-remote-shell-executable "sh"))
#+end_src
* Twitter
#+begin_src emacs-lisp

View file

@ -21,6 +21,7 @@
(package! emms)
(package! org-sticky-header)
(package! kubernetes)
(package! kubernetes-tramp)
(package! mixed-pitch)
(package! ox-dnd :recipe (:host github :repo "xeals/emacs-org-dnd"))
(package! gnuplot)