diff options
| author | alex <alex@pdp7.net> | 2025-03-29 12:20:54 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-29 13:09:32 +0100 |
| commit | 62904f17edd726f9a8574a2b426ad943291eedac (patch) | |
| tree | 9bf8b4a88f4e4ea37861e16ac9a88c6ea682a30d /emacs | |
| parent | a915ec1c567ca6ffdf981aad97b21c03eec7200b (diff) | |
Remove ansible package (didn't do much?)
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 |
