Reorder the changelog a bit

This commit is contained in:
Bozhidar Batsov 2020-10-08 23:08:49 +03:00
parent 9b7a86f931
commit e97f4fada9

View file

@ -7,6 +7,9 @@
* Enable `nlinum-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `nil`. * Enable `nlinum-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `nil`.
* Enable site-wide installation for Prelude. * Enable site-wide installation for Prelude.
* Auto-installs `julia-mode` if needed. * Auto-installs `julia-mode` if needed.
* Auto-install `adoc-mode` for AsciiDoc files.
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
* Added additional configuration modules for WSL (`prelude-wsl`) and Windows (`prelude-windows`).
### Changes ### Changes
@ -16,10 +19,7 @@
* Removed deprecated alias `prelude-ensure-module-deps`. * Removed deprecated alias `prelude-ensure-module-deps`.
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4) * Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
* Removed `beacon-mode`. * Removed `beacon-mode`.
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
* Auto-install `adoc-mode` for AsciiDoc files.
* Added `transient/` to `.gitignore`. * Added `transient/` to `.gitignore`.
* Added additional configuration modules for WSL (`prelude-wsl`) and Windows (`prelude-windows`).
### Bugs fixed ### Bugs fixed