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.

61 lines
2.8 KiB

5 years ago
5 years ago
  1. # Change log
  2. ## master (unreleased)
  3. ### New features
  4. * Add a Racket module.
  5. * Add a Lua module.
  6. * Auto-install `racket-mode` if needed.
  7. * Add a F# module.
  8. ### Changes
  9. * Bind all essential `avy` commands to their recommended keybindings.
  10. * Remove `company-lsp`.
  11. * Replace `yank-pop` key-binding to `counse-yank-pop` for `ivy-mode`.
  12. * The keybinding for `proced` is now enabled unconditionally.
  13. ### Bugs fixed
  14. * Fix `company` still being visible in the mode line.
  15. * [#1335](https://github.com/bbatsov/prelude/issues/1335): Workaround
  16. for `which-key` bug causing display issues in clients to `emacs --daemon`.
  17. * Fix **Edit on GitHub** link in ReadTheDocs site.
  18. ## 1.1.0 (2021-02-14)
  19. ### New features
  20. * Enable `nlinum-mode` or `display-line-numbers-mode` by default. Can be disabled by setting `prelude-minimalistic-ui` to `t`.
  21. * Enable site-wide installation for Prelude.
  22. * Auto-installs `julia-mode` if needed.
  23. * Auto-install `adoc-mode` for AsciiDoc files.
  24. * Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
  25. * Added additional configuration modules for WSL (`prelude-wsl`) and Windows (`prelude-windows`).
  26. * Add `prelude-selectrum` module. Selectrum a simpler alternative to `ivy-mode`.
  27. ### Changes
  28. * [#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.
  29. * [#1278](https://github.com/bbatsov/prelude/issues/1278): Don't disable `menu-bar-mode` unless `prelude-minimalistic-ui` is enabled.
  30. * [#1277](https://github.com/bbatsov/prelude/issues/1277): Make it possible to disable the creation of `Super`-based keybindings via `prelude-super-keybindings`.
  31. * Removed deprecated alias `prelude-ensure-module-deps`.
  32. * Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
  33. * Removed `beacon-mode`.
  34. * Added `transient/` to `.gitignore`.
  35. * Fallback to `sample/prelude-modules.el` in the absence of a `prelude-modules.el` in one's personal folder.
  36. * [Ruby] Don't auto-insert coding comments.
  37. * Hide (via `diminish`) `editorconfig-mode`, `super-save`, `company`, `abbrev` and `ivy` in the modeline.
  38. * Use `lsp-workspace-restart` function instead of deprecated `lsp-restart-workspace`.
  39. * Bind all online search commands under `C-c C-/` to avoid a conflict with `counsel-git` or `magit-file-dispatch`.
  40. * Bound `magit-file-mode` to `C-c g` (it's also bound to `C-c M-g` if you decide to utilize this keybinding for something else.
  41. * Added `.cache/` and `lsp-session*` to `.gitignore`. These are generated by `lsp`.
  42. ### Bugs fixed
  43. * [#1302](https://github.com/bbatsov/prelude/issues/1302): `C-a` should be bound to `org-beginning-of-line` in org-mode buffers.
  44. ## 1.0.0 (2020-09-15)
  45. Initial "stable" release after 9 years of development.