Add release notes for 0.105

This commit is contained in:
syl20bnr 2016-01-04 01:03:38 -05:00
parent 4a27a812b1
commit 400158b6ad
2 changed files with 33 additions and 2 deletions

View file

@ -3,7 +3,7 @@
*** IMPORTANT - Breaking changes
- ~SPC l~ for =avy-goto-line= is now under ~SPC y~. ~SPC l~ is for
spacemacs layouts.
- ~SPC a p~ is now for =list-processed= and ~SPC a P~ for =proced=,
- ~SPC a p~ is now for =list-processes= and ~SPC a P~ for =proced=,
=paradox= is now on ~SPC a k~.
- ~SPC s l~ is now used to bring back last search buffer and ~SPC s j~
is for jumping into a file using =imenu=.

View file

@ -1 +1,32 @@
Nothing for now.
1. Key binding changes
- `SPC l` for `avy-goto-line` is now under `SPC y`. `SPC l` is now for
spacemacs layouts.
- `SPC a p` is now for `list-processes` and `SPC a P` for `proced`,
`paradox` to list ELPA packages is now on `SPC a k`.
- `SPC s l` is now used to bring back last search buffer and `SPC s j`
is for jumping into a file using `imenu` (was `SPC s l`).
- In home buffer, jumping to bookmark list is now on ~b~.
2. Magit
Magit key bindings have been revamped thanks to the official `evil-magit`
package. `evil-magit` provides a faithful port of Magit UX using Vim key
bindings. If you want to continue to use the old evilified bindings add
`evil-magit` package to the `dotspacemacs-excluded-packages` variable
of your dotfile.
3. Projectile
Caching is now disabled by default, while it should not break anything,
if you have some functions relying on caching being enabled be sure to
activate it explicitly with `(setq projectile-enable-caching t)`.
4. Ruby
The default major mode is now the Emacs built-in `ruby-mode`. If you want
to continue to use `enh-ruby-mode` set the layer variable
`ruby-enable-enh-ruby-mode` to `t`.