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
This commit is contained in:
parent
041617e8b0
commit
7226716739
3 changed files with 21 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
### Changes
|
||||
|
||||
* [#1292](https://github.com/bbatsov/prelude/issues/1292): Add `prelude-python-mode-set-encoding-automatically` defcustom on prelude-python.el module with nil default value.
|
||||
* [#1278](https://github.com/bbatsov/prelude/issues/1278): Don't disable `menu-bar-mode` unless `prelude-minimalistic-ui` is enabled.
|
||||
* [#1277](https://github.com/bbatsov/prelude/issues/1277): Make it possible to disable the creation of `Super`-based keybindings via `prelude-super-keybindings`.
|
||||
* Removed deprecated alias `prelude-ensure-module-deps`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue