spacemacs/doc
syl20bnr c1c2d06f36 Remove SPC j F and SPC j V and add SPC m g G in Emacs Lisp
SPC j F and SPC j V don't fit the SPC j prefix because they require
the thing under point to be an Emacs lisp thing, which means that these
bindings should be major mode specific.
To replace them and accordingly to the convention the key bindings
SPC m g G in Emacs Lisp buffers has been added to go to definition
in other window.

SPC j f and SPC j v (minus letters) don't require the current buffer
to be Emacs Lisp and thus I only updated the documentation about them
mentioning that they're about Emacs Lisp variables and functions.
2016-08-25 21:19:21 -04:00
..
img Change all references of micro-state in codebase to transient-state 2016-01-31 23:04:47 -05:00
CONVENTIONS.org conventions: add code formatting key bindings 2016-07-06 22:10:34 -04:00
DOCUMENTATION.org Remove SPC j F and SPC j V and add SPC m g G in Emacs Lisp 2016-08-25 21:19:21 -04:00
FAQ.org Add aspect ratio check for centering. 2016-08-21 17:29:19 +02:00
LAYERS.org fix docs for declaring layer dependencies 2016-07-29 14:25:16 +03:00
QUICK_START.org Improve dotdirectory section of QUICK_START.org. 2016-04-21 20:58:53 -04:00
VIMUSERS.org Set buffer-predicate to spacemacs/useful-buffer-p 2016-07-25 20:02:28 +09:00