configs/emacs: add yaml-mode :'D, configs/smug: stan is now stan-kvm
This commit is contained in:
parent
9741520d6c
commit
bf06addd6c
@ -123,6 +123,12 @@ here.
|
||||
|
||||
* Packages
|
||||
|
||||
** yaml
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package yaml-mode)
|
||||
#+end_src
|
||||
|
||||
** rust-mode
|
||||
#+begin_src emacs-lisp
|
||||
(use-package rust-mode)
|
||||
|
@ -102,7 +102,7 @@ in
|
||||
];
|
||||
panes = [
|
||||
{
|
||||
commands = [ "ssh stan" ];
|
||||
commands = [ "ssh stan-kvm" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user