diff options
author | EuAndreh <eu@euandre.org> | 2018-07-24 16:33:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-24 16:33:56 -0300 |
commit | 166df8d70a55798c2098ea0a6b42e59326845174 (patch) | |
tree | b383d42612a3cedbbec97948e8e0c778a8a803b6 /spacemacs.el | |
parent | Also cleanup old things in /tmp folder in gc.sh (diff) | |
download | dotfiles-166df8d70a55798c2098ea0a6b42e59326845174.tar.gz dotfiles-166df8d70a55798c2098ea0a6b42e59326845174.tar.xz |
Add asciidoc 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 9a5ea97..3adbbb9 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 - `(ansible + `(asciidoc + ansible auto-completion better-defaults c-c++ |