diff options
author | EuAndreh <eu@euandre.org> | 2018-08-15 12:36:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-08-15 12:36:40 -0300 |
commit | 514b39ba5bf10ba3504eb6a46f04e855b75407c8 (patch) | |
tree | e8665640823da7f549c3b6aa3eb7150e3000ef53 /spacemacs.el | |
parent | Remove github layer. (diff) | |
download | dotfiles-514b39ba5bf10ba3504eb6a46f04e855b75407c8.tar.gz dotfiles-514b39ba5bf10ba3504eb6a46f04e855b75407c8.tar.xz |
Add systemd layer.
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index a63b870..4651fdc 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -33,7 +33,8 @@ This function should only modify configuration layer settings." ;; List of configuration layers to load. dotspacemacs-configuration-layers - `(asciidoc + `(systemd + asciidoc ansible auto-completion better-defaults |