diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 12:43:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 12:43:36 -0300 |
commit | 43a013d4bb74a69d0e289958cdfd61ecf1f438a5 (patch) | |
tree | 171376dbff599b0afb2b42c2b0ef7a36e9455e6a | |
parent | Enable revealjs support for org-mode (diff) | |
download | dotfiles-43a013d4bb74a69d0e289958cdfd61ecf1f438a5.tar.gz dotfiles-43a013d4bb74a69d0e289958cdfd61ecf1f438a5.tar.xz |
Add yaml layer
-rw-r--r-- | spacemacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index 7ddcbb0..3050afc 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 - '(clojure + `(yaml + clojure shell-scripts mu4e pdf |