Commit graph

105 commits

Author SHA1 Message Date
syl20bnr 0a7acb6d14 Add achievement for 100th PR 2014-12-08 21:30:12 -05:00
syl20bnr 7a1628760f Clarification about unsupported jj, and jk sequences
to escape states and buffers in DOCUMENTATION
2014-12-08 19:22:57 -05:00
pseudonom a5db3a2201 Fix incorrect example for evil-escape-key-sequence
When I followed the example in the documentation, `describe-variable` reflected the updated value ("jj") but spacemacs ignored it and continued to use the default value ("fd").

`evil-escape.el` mentions:

```elisp
;; The key sequence can be customized with the variable
;; `evil-escape-key-sequence'
;; It must be set before requiring evil-escape.
```

So I tried moving the `setq` to `/init` instead of `/config`. That worked.
2014-12-08 19:14:09 -05:00
Andrew Oppenlander e303fce60b Add Javacript layer
- move JavaScript/js2-mode into a contrib layer
- add js2-refactor
- change keybindings to be more spacemacsy
- add a function to define a command prefix for a specific mode
2014-12-07 23:55:32 -05:00
syl20bnr c0eaf61a52 Move documentation material and markdowns to doc 2014-12-07 19:41:09 -05:00
Renamed from DOCUMENTATION.md (Browse further)