spacemacs/layers/+tools/systemd/README.org

30 lines
954 B
Org Mode
Raw Normal View History

2016-01-24 19:31:22 +00:00
#+TITLE: systemd layer
2016-03-31 02:59:55 +00:00
* Table of Contents :TOC_4_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
2016-01-24 19:31:22 +00:00
* Description
This layer adds support for editing =systemd= configuration files in Spacemacs.
** Features:
- Syntax highlighting
- Auto completion
- Syntax checking via =systemd-analyze=
2016-01-24 19:31:22 +00:00
* Install
To use this contribution add it to your =~/.spacemacs=
#+begin_src emacs-lisp
(setq-default dotspacemacs-configuration-layers '(systemd))
#+end_src
* Key bindings
| Key Binding | Description |
|-------------+--------------------------------------------------------------------------|
| ~SPC m h d~ | Systemd open the directives documentation |
| ~SPC m h o~ | Systemd open documentation (if a =\=Documentation= directive is provided |