diff options
| author | alex <alex@pdp7.net> | 2022-12-17 12:59:54 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2022-12-17 12:59:54 +0000 |
| commit | c8b1b8b387a7e20fab23d85b9d1a4d4ca5480aa7 (patch) | |
| tree | e2e6cfec4bd777bddce73ae8b29e89f685707d7f /emacs/emacs.el | |
| parent | b688544aaf63a37b3b4230a8346bbe81c05fb937 (diff) | |
Add some comments about Ansible/Puppet support
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index ae4f4e2a..777f23d4 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -59,7 +59,10 @@ (add-hook 'java-mode-hook 'lsp) (straight-use-package 'yaml-mode) + +;; lsp-mode seems unusably slow, so don't install the Ansible language server (straight-use-package 'ansible) (add-hook 'yaml-mode-hook 'ansible) +;; mostly for syntax highlighting (straight-use-package 'puppet-mode) |
