spacemacs/layers/+distributions/spacemacs-base
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
..
local Add aspect ratio check for centering. 2016-08-21 17:29:19 +02:00
config.el Set buffer-predicate to spacemacs/useful-buffer-p 2016-07-25 20:02:28 +09:00
funcs.el Dispatch function spacemacs/jump-in-buffer to layers 2016-08-25 20:42:01 -04:00
keybindings.el 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
packages.el Dispatch function spacemacs/jump-in-buffer to layers 2016-08-25 20:42:01 -04:00