diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6b6d3..08682e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 3514253..0131ae2 100644 --- a/core/prelude-packages.el +++ b/core/prelude-packages.el @@ -57,7 +57,6 @@ '(ace-window avy anzu - beacon browse-kill-ring crux discover-my-major diff --git a/core/prelude-ui.el b/core/prelude-ui.el index 4b9b31a..032d3dd 100644 --- a/core/prelude-ui.el +++ b/core/prelude-ui.el @@ -79,10 +79,6 @@ (when prelude-theme (load-theme prelude-theme t)) -;; show the cursor when moving after big movements in the window -(require 'beacon) -(beacon-mode +1) - ;; show available keybindings after you start typing (require 'which-key) (which-key-mode +1)