mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Add kubernetes-tramp
This commit is contained in:
parent
3c1b98b443
commit
f76ec775e0
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue