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.

63 lines
2.9 KiB

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