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.

18 lines
558 B

5 years ago
5 years ago
  1. # Change log
  2. ## master (unreleased)
  3. ### New features
  4. * Enable `linum-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `nil`.
  5. ### Changes
  6. * [#1278](https://github.com/bbatsov/prelude/issues/1278): Don't disable `menu-bar-mode` unless `prelude-minimalistic-ui` is enabled.
  7. * [#1277](https://github.com/bbatsov/prelude/issues/1277): Make it possible to disable the creation of `Super`-based keybindings via `prelude-super-keybindings`.
  8. ### Bugs fixed
  9. ## 1.0.0 (2020-09-15)
  10. Initial "stable" release after 9 years of development.