emacs-prelude/CHANGELOG.md
Manoel Vilela 7226716739
Add prelude-python-mode-set-encoding-automatically defcustom (#1293)
- if it is nil (default) does nothing
- if non-nil insert '# coding: utf-8' on top of python buffers
2020-10-07 10:21:20 +03:00

1.1 KiB

Change log

master (unreleased)

New features

  • Enable nlinum-mode by default. Can be disabled by setting prelude-minimalistic-ui to nil.
  • Enable Site installation for prelude

Changes

  • #1292: Add prelude-python-mode-set-encoding-automatically defcustom on prelude-python.el module with nil default value.
  • #1278: Don't disable menu-bar-mode unless prelude-minimalistic-ui is enabled.
  • #1277: Make it possible to disable the creation of Super-based keybindings via prelude-super-keybindings.
  • Removed deprecated alias prelude-ensure-module-deps.
  • Remove prelude-fullscreen, as these days people can use toggle-frame-fullscreen instead. (it was introduced in Emacs 24.4)
  • Removed beacon-mode.
  • Add the ag package. It provides a nice alternative to grep and has nice Projectile integration.
  • Auto-install adoc-mode for AsciiDoc files.
  • Added transient/ to .gitignore.

Bugs fixed

1.0.0 (2020-09-15)

Initial "stable" release after 9 years of development.