emacs-ansible-doc 0.4-2.648c844
Ansible documentation for Emacs
This package provides an Ansible documentation for GNU Emacs.
ansible-doc
allows you to view the documentation of an Ansible module and ansible-doc-mode
minor mode adds documentation lookup to YAML Mode. You could enable the mode with (add-hook 'yaml-mode-hook #'ansible-doc-mode)
.
- Outputs:
out
- Website: https://github.com/fredericgiquel/ansible-doc
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-ansible-doc 0.4-2.648c844
as follows:
guix install emacs-ansible-doc@0.4-2.648c844
Or install the latest version:
guix install emacs-ansible-doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.