systemd layer
Table of ContentsClose
1. Description¶
This layer adds support for editing systemd
configuration files in Spacemacs.
1.1. Features:¶
- Syntax highlighting
- Auto completion
- Syntax checking via
systemd-analyze
- Viewing systemd system and user unit via journalctl-mode
2. Install¶
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(systemd))