#+TITLE: systemd layer #+TAGS: layer|tool * Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] - [[#key-bindings][Key bindings]] * Description This layer adds support for editing =systemd= configuration files in Spacemacs. ** Features: - Syntax highlighting - Auto completion - Syntax checking via =systemd-analyze= * 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 |