From: alex Date: Sat, 29 Mar 2025 11:20:54 +0000 (+0100) Subject: Remove ansible package (didn't do much?) X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=62904f17edd726f9a8574a2b426ad943291eedac;p=alex.git Remove ansible package (didn't do much?) --- diff --git a/emacs/emacs.el b/emacs/emacs.el index a0d03ae..f2431c5 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