Commit graph

20 commits

Author SHA1 Message Date
syl20bnr a4919b3eda New layer syntax-checking
Move flycheck
2015-04-10 22:23:16 -04:00
syl20bnr 0c6682cbd1 Refactor one more time the auto-completin macros
It is important to define the buffer local backend variables
in a config.el otherwise it is not available in the layer
configuration if the auto-completion layer is removed.
There were also some issues by hiding the explicit
configuration of company inside a macro, for instance
helm-spacemacs is unable to display the company package
configured in a given layer if the auto-completion layer
is removed.
2015-04-09 00:03:51 -04:00
Tristan Hume f04412893e Change company macro name and use push 2015-04-08 12:39:25 -04:00
Tristan Hume fe90cf09e8 Port many layers to new auto-completion
Adds support for ruby, auctex, css, ledger and gtags with new
auto-completion infrastructure. Ticks off many things in #1045
2015-04-07 16:02:53 -04:00
syl20bnr 0f069a47d9 Change evil-matchit init functions to post-init 2015-04-04 01:41:34 -04:00
Michael Hauser-Raspe 1f7484ba19 ensure that less gets loaded 2015-03-31 00:16:40 -04:00
Ryan Artecona 66dc692bb1 add sass-mode 2015-03-20 21:24:00 -04:00
syl20bnr 0560267936 Improve web-mode micro-state
Toggle documentation
Use `:evil-leader-for-mode`
Add ESC to exit the micro-state
Sort the key bindings
2015-03-06 23:47:22 -05:00
syl20bnr 29a7dbe717 Sort and tweak web-mode key bindings
Change `meu` for `meh` (highlight error)
Change `mf` for `mz` (fold/unfold)
2015-03-06 23:39:40 -05:00
Emmanuel Touzery 6d2962543b Add web-mode key bindings 2015-03-06 22:05:40 -05:00
hrvladev d058994904 Add haml-mode and slim-mode
Spacemacs is missing support for the Haml and Slim template
languages.

This commits adds haml-mode and slim-mode to support them.
2015-02-27 21:32:15 -05:00
Jean-Christophe Petkovich f7ce640fba Fix for css yasnippet load issue.
This fixes #532 by adding spacemacs/load-yasnippet to the css-mode-hook.
This fixes both css-mode and scss-mode.

Switch to init-yasnippet for calling load-yasnippet
2015-02-10 23:31:04 -05:00
syl20bnr 22930c3d33 Change all SPC m g bindings to SPC m g g according to conventions 2015-01-20 22:32:13 -05:00
syl20bnr 02d2d6c271 Add evil-matchit and enable it in html and auctex layers 2015-01-18 00:32:27 -05:00
syl20bnr ceefe88b75 Update CONTRIBUTE.md and add file headers
Also add default file header to layer templates.
2015-01-13 23:12:56 -05:00
sbenner 24fcfebf85 New variable dotspacemacs-mode-line-unicode-symbols
Can choose between ASCII chars or unicode symbols in the mode-line
can be useful for some terminals
2014-12-23 16:39:57 -05:00
Evan Dale Aromin 94e19c51d6 Add handlebars/hbs to web-mode file types 2014-12-21 23:19:26 -05:00
syl20bnr 0051aa73c4 Update conventions for help/doc key bindings
`m d` goes under help commands so it is now `m h d`
2014-12-21 22:52:57 -05:00
Daniel Wu 35eb7abe91 use emmet as yasnippet source 2014-12-19 21:00:00 -05:00
Daniel Wu ad3acfc3b5 moved html and css packages to a contrib layer 2014-12-15 22:58:55 -05:00