spacemacs/doc
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
..
img Move documentation material and markdowns to doc 2014-12-07 19:41:09 -05:00
CONTRIBUTE.md Move documentation material and markdowns to doc 2014-12-07 19:41:09 -05:00
CONVENTIONS.md Move documentation material and markdowns to doc 2014-12-07 19:41:09 -05:00
DOCUMENTATION.md Fix incorrect example for evil-escape-key-sequence 2014-12-08 19:14:09 -05:00