Reorganize spacemacs layers and add layouts

This commit is contained in:
2016-01-04 14:00:59 -08:00
parent 083ece4c6d
commit 93c8a47794

View File

@@ -6,31 +6,36 @@
"Configuration Layers declaration." "Configuration Layers declaration."
(setq ttm-layers (setq ttm-layers
'( '(
;; ---------------------------------------------------------------- ;; Emacs general
;; Example of useful layers you may want to use right away. spacemacs-layouts
;; Uncomment some layer names and press <SPC f e R> (Vim style) or eyebrowse
;; <M-m f e R> (Emacs style) to install them.
;; ---------------------------------------------------------------- ;; Languages
auto-completion
;; better-defaults
clojure clojure
csharp
(colors :variables
colors-enable-rainbow-identifiers t)
emacs-lisp emacs-lisp
git csharp
;; markdown
org
(shell :variables
shell-default-term-shell "/usr/local/bin/fish")
shell-scripts
ruby ruby
php php
python python
html html
;; syntax-checking markdown
themes-megapack org
shell-scripts ;; For fish syntax hilighting
;; External tool integration
version-control version-control
git
(shell :variables
shell-default-term-shell "/usr/local/bin/fish")
;; Editing
auto-completion
;; syntax-checking
;; Aesthetics
(colors :variables
colors-enable-rainbow-identifiers t)
themes-megapack
)) ))
;; Enable osx layer only on Macs ;; Enable osx layer only on Macs