diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 71 |
1 files changed, 35 insertions, 36 deletions
diff --git a/spacemacs.el b/spacemacs.el index d999692..c1c8d91 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -33,59 +33,58 @@ This function should only modify configuration layer settings." ;; List of configuration layers to load. dotspacemacs-configuration-layers - `(yaml + `(ansible + auto-completion + better-defaults clojure - shell-scripts - pdf - epub + common-lisp csv - rust - scheme - react - sql + docker + elixir + elm + emacs-lisp + epub + erlang + finance + git + github + gnus + haskell + helm + html + javascript + latex + lua + markdown + nixos + nu-clojure + pdf perl5 perl6 purescript - windows-scripts - lua - erlang - elixir python - ansible - yaml + react + restclient ruby + rust + scheme + shell-scripts + sql swift + syntax-checking typescript + version-control + windows-scripts + yaml (clojure :variables clojure-enable-fancify-symbols t) - nu-clojure - haskell - javascript - finance - helm - auto-completion - better-defaults - emacs-lisp - git - markdown (org :variables org-enable-reveal-js-support t) (shell :variables shell-default-height 30 shell-default-position 'bottom) (spell-checking :variables - spell-checking-enable-auto-dictionary t) - syntax-checking - version-control - elm - html - common-lisp - restclient - latex - docker - ansible - github - nixos) + spell-checking-enable-auto-dictionary t)) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these |