[Fix #1277] Make it possible to disable the creation of Super-based keybindings

This commit is contained in:
Bozhidar Batsov 2020-09-15 11:21:36 +03:00
parent d02eaf2e26
commit 16727e3c70
4 changed files with 21 additions and 10 deletions

View file

@ -9,6 +9,7 @@
### Changes
* [#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`.
### Bugs fixed