Remove beacon-mode

In the end of the day I've decided it adds little value, so it's best
to leave it to the users to decide if they want to use it or not.
This commit is contained in:
Bozhidar Batsov 2020-09-20 10:19:12 +03:00
parent fe5c81ce31
commit d3203cbb2f
3 changed files with 1 additions and 5 deletions

View file

@ -12,6 +12,7 @@
* [#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)
* Removed `beacon-mode`.
### Bugs fixed