Releases: bbatsov/prelude
Releases · bbatsov/prelude
Emacs Prelude 1.1
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.
Prelude 1.0
Initial "stable" release after 9 years of development.