diff options
author | EuAndreh <eu@euandre.org> | 2018-11-08 21:27:01 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-08 21:27:01 -0200 |
commit | 5abe3ace4a70cc29e904cc278c72fb07a7220698 (patch) | |
tree | e17b9a8fd4088c956e80d4d309b0daf98d128e37 | |
parent | video-feed.sh (diff) | |
download | dotfiles-5abe3ace4a70cc29e904cc278c72fb07a7220698.tar.gz dotfiles-5abe3ace4a70cc29e904cc278c72fb07a7220698.tar.xz |
Remove yasnippets and key-chords additional layers.
-rw-r--r-- | spacemacs.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index f460678..07db1e7 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -105,10 +105,9 @@ This function should only modify configuration layer settings." ;; Also include the dependencies as they will not be resolved automatically. dotspacemacs-additional-packages '(paredit interleave - yasnippet-snippets debbugs ;; emacs-guix - key-chord) + ) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() |