We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646ef4c commit 5ac89eaCopy full SHA for 5ac89ea
clients/lsp-ansible.el
@@ -212,8 +212,7 @@ Python virtual environment."
212
This prevents the Ansible server from being turned on in all yaml files."
213
(and (or (derived-mode-p 'yaml-mode)
214
(derived-mode-p 'yaml-ts-mode))
215
- ;; emacs-ansible provides ansible, not ansible-mode
216
- (with-no-warnings (bound-and-true-p ansible))))
+ (bound-and-true-p ansible-mode)))
217
218
(declare-function lsp-completion--clear-cache "lsp-completion" (&optional keep-last-result))
219
0 commit comments