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.
3.3 KiB
3.3 KiB
Change log
master (unreleased)
New features
- Enable org-habits
- Neatly track TODO state changes in a drawer (LOGBOOK) thereby improving readability
- Add a module to enable Literate Programming
- Add a Racket module.
- Add a Lua module.
- Auto-install
racket-modeif needed. - Add a F# module.
Changes
- Bind all essential
avycommands to their recommended keybindings. - Remove
company-lsp. - Replace
yank-popkey-binding tocounse-yank-popforivy-mode. - The keybinding for
procedis now enabled unconditionally. - Replace prelude-go backend with
lspinstead of unmaintained tools - Use
rust-analyzeras language server for prelude-rust and provide nicer syntax highlighting withtree-sitter
Bugs fixed
- Fix
companystill being visible in the mode line. - #1335: Workaround
for
which-keybug causing display issues in clients toemacs --daemon. - Fix Edit on GitHub link in ReadTheDocs site.
- Fix fall back to sample
prelude-modules.elnot working if user has installed to non-default location. - Stop requiring
helm-configsince upstream has removed the module.
1.1.0 (2021-02-14)
New features
- Enable
nlinum-modeordisplay-line-numbers-modeby default. Can be disabled by settingprelude-minimalistic-uitot. - Enable site-wide installation for Prelude.
- Auto-installs
julia-modeif needed. - Auto-install
adoc-modefor AsciiDoc files. - Add the
agpackage. It provides a nice alternative togrepand has nice Projectile integration. - Added additional configuration modules for WSL (
prelude-wsl) and Windows (prelude-windows). - Add
prelude-selectrummodule. Selectrum a simpler alternative toivy-mode.
Changes
- #1292: Add
prelude-python-mode-set-encoding-automaticallydefcustom innprelude-python.elmodule with nil default value. - #1278: Don't disable
menu-bar-modeunlessprelude-minimalistic-uiis enabled. - #1277: Make it possible to disable the creation of
Super-based keybindings viaprelude-super-keybindings. - Removed deprecated alias
prelude-ensure-module-deps. - Remove
prelude-fullscreen, as these days people can usetoggle-frame-fullscreeninstead. (it was introduced in Emacs 24.4) - Removed
beacon-mode. - Added
transient/to.gitignore. - Fallback to
sample/prelude-modules.elin the absence of aprelude-modules.elin one's personal folder. - [Ruby] Don't auto-insert coding comments.
- Hide (via
diminish)editorconfig-mode,super-save,company,abbrevandivyin the modeline. - Use
lsp-workspace-restartfunction instead of deprecatedlsp-restart-workspace. - Bind all online search commands under
C-c C-/to avoid a conflict withcounsel-gitormagit-file-dispatch. - Bound
magit-file-modetoC-c g(it's also bound toC-c M-gif you decide to utilize this keybinding for something else. - Added
.cache/andlsp-session*to.gitignore. These are generated bylsp.
Bugs fixed
- #1302:
C-ashould be bound toorg-beginning-of-linein org-mode buffers.
1.0.0 (2020-09-15)
Initial "stable" release after 9 years of development.