diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index a0d03ae9..f2431c5a 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -112,13 +112,6 @@ (use-package yaml-mode :ensure t) -;; lsp-mode seems unusably slow, so don't install the Ansible language server -;; if you want to get it working, try https://www.reddit.com/r/emacs/comments/ybbkks/how_to_properly_set_up_lsp_ansible_language/itfxoaa/ -(use-package ansible - :ensure t - :config - (add-hook 'yaml-mode-hook 'ansible)) - ;; Puppet support; mostly for syntax highlighting (use-package puppet-mode |
