]> xn--ix-yja.es Git - alex.git/commitdiff
Remove ansible package (didn't do much?)
authoralex <alex@pdp7.net>
Sat, 29 Mar 2025 11:20:54 +0000 (12:20 +0100)
committeralexpdp7 <alex@corcoles.net>
Sat, 29 Mar 2025 12:09:32 +0000 (13:09 +0100)
emacs/emacs.el

index a0d03ae98d02b9f7d01b337bc813b862717fdf87..f2431c5a239311e1b85235647991119611102592 100644 (file)
 (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