This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/core/info/release-notes/0.104.txt

21 lines
588 B
Text
Raw Normal View History

2015-08-11 05:34:04 +00:00
1. Bookmarks
The `bookmark` save file has been moved to the `.cache` directory, if
you have a bookmark file `~/.emacs.d/bookmarks` then you'll have to move
it to file `~/.emacs.d/.cache/bookmarks`
2. Ruby on Rails
2015-07-04 04:59:40 +00:00
Ruby on Rails framework has now its own layer called `ruby-on-rails`,
be sure to add this layer to your dotfile if you use it.
2015-08-11 05:34:04 +00:00
3. Django
2015-07-04 04:59:40 +00:00
Django framework has now its own layer called `django`,
be sure to add this layer to your dotfile if you use it.
2015-08-11 05:34:04 +00:00
4. Salt
2015-07-04 04:59:40 +00:00
2015-08-10 13:11:14 +00:00
Salt layer requires the YAML layer, be sure to add the `yaml` layer
to your dotfile if you use `salt` layer.