Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB

5 years ago
5 years ago
  1. # Change log
  2. ## master (unreleased)
  3. ### New features
  4. * Enable `nlinum-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `nil`.
  5. * Enable site-wide installation for Prelude.
  6. ### Changes
  7. * [#1292](https://github.com/bbatsov/prelude/issues/1292): Add `prelude-python-mode-set-encoding-automatically` defcustom inn `prelude-python.el` module with nil default value.
  8. * [#1278](https://github.com/bbatsov/prelude/issues/1278): Don't disable `menu-bar-mode` unless `prelude-minimalistic-ui` is enabled.
  9. * [#1277](https://github.com/bbatsov/prelude/issues/1277): Make it possible to disable the creation of `Super`-based keybindings via `prelude-super-keybindings`.
  10. * Removed deprecated alias `prelude-ensure-module-deps`.
  11. * Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
  12. * Removed `beacon-mode`.
  13. * Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
  14. * Auto-install `adoc-mode` for AsciiDoc files.
  15. * Added `transient/` to `.gitignore`.
  16. * Added additional configuration modules for WSL (`prelude-wsl`) and Windows (`prelude-windows`).
  17. ### Bugs fixed
  18. ## 1.0.0 (2020-09-15)
  19. Initial "stable" release after 9 years of development.