-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
106 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
Nothing here for now. | ||
1. Magit 2.1 | ||
|
||
Spacemacs is now compatible only with Magit 2.1 and later, be | ||
sure to *update your packages* (at least Magit). | ||
|
||
2. Helm | ||
|
||
Helm input pattern is now displayed in its header instead of the | ||
minibuffer. | ||
|
||
3. Git layer | ||
|
||
The `git` layer has been split into two layers: `git` and `github` so | ||
the layer variable `git-enabled-github-support` is deprecated, you | ||
have to *add the layer `github` in your dotfile*. | ||
|
||
The `git-gutter` has been replaced by `diff-hl`. This package is in | ||
the new layer `version-control`, be sure to *add this new layer to | ||
your dotfile*. | ||
|
||
4. Auctex layer | ||
|
||
The `auctex` layer has been renamed `latex`, be sure to *update your | ||
dotfile* if you use this layer. | ||
|
||
5. Erlang/Elixir layer | ||
|
||
The erlang/elixir layer has been split into two layers `erlang` and | ||
`elixir`, be sure to *update your dotfile* if you use these layers. | ||
|
||
6. Key bindings changes | ||
|
||
Projectile key bindings changes: | ||
~SPC p e~ is now ~SPC p r~ (recent files), | ||
~SPC p R~ is now ~SPC p G~ (regenerate tags), | ||
~SPC p r~ is now ~SPC p R~ (replace). |