spacemacs/layers/+config-files/ansible/README.org

26 lines
823 B
Org Mode
Raw Normal View History

2015-06-10 16:44:30 +00:00
#+TITLE: Ansible contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
2015-06-10 16:44:30 +00:00
[[file:img/ansible.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key bindings][Key bindings]]
2015-06-10 16:44:30 +00:00
* Description
This layer adds support for Ansible-flavored YAML buffers.
* Install
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(ansible))
#+END_SRC
* Key bindings
| Key Binding | Description |
|-------------+------------------------------------------|
| ~SPC m a ?~ | looks up documentation using [[https://github.com/lunaryorn/ansible-doc.el][ansible-doc]] |