configs/emacs: add yaml-mode :'D, configs/smug: stan is now stan-kvm

This commit is contained in:
Aaron Bieber 2024-11-05 13:03:51 -07:00
parent 9741520d6c
commit bf06addd6c
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -102,7 +102,7 @@ in
];
panes = [
{
commands = [ "ssh stan" ];
commands = [ "ssh stan-kvm" ];
}
];
}