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:
parent
fe5c81ce31
commit
d3203cbb2f
3 changed files with 1 additions and 5 deletions
|
@ -57,7 +57,6 @@
|
|||
'(ace-window
|
||||
avy
|
||||
anzu
|
||||
beacon
|
||||
browse-kill-ring
|
||||
crux
|
||||
discover-my-major
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue