Remove prelude-fullscreen

This commit is contained in:
Bozhidar Batsov 2020-09-16 13:30:22 +03:00
parent c45ab2c5a0
commit a85c56d7bf
4 changed files with 1 additions and 17 deletions

View file

@ -11,6 +11,7 @@
* [#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`.
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
### Bugs fixed