diff options
| author | alex <alex@pdp7.net> | 2022-12-17 12:54:51 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2022-12-17 12:54:51 +0000 |
| commit | 5baeb0523af05ede831663a4470370246a0ab701 (patch) | |
| tree | 58acec28f6979cb9ad45f82e0f3933900d5d48b2 /emacs | |
| parent | 1ab7d83d0427e84e50e3aefc4103969cffa74cd1 (diff) | |
Add some Ansible support. LSP works, but it's very slow, so not enabling it.
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index f417b6b7..1a3332e9 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -57,3 +57,7 @@ (straight-use-package 'lsp-java) (add-hook 'java-mode-hook 'lsp) + +(straight-use-package 'yaml-mode) +(straight-use-package 'ansible) +(add-hook 'yaml-mode-hook 'ansible) |
