Use beacon
This commit is contained in:
parent
cbe988da7a
commit
f92ea41b72
2 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
'(ace-window
|
||||
avy
|
||||
anzu
|
||||
beacon
|
||||
browse-kill-ring
|
||||
dash
|
||||
discover-my-major
|
||||
|
|
|
@ -77,5 +77,9 @@
|
|||
(setq sml/theme nil)
|
||||
(add-hook 'after-init-hook #'sml/setup)
|
||||
|
||||
;; show the cursor when moving after big movements in the window
|
||||
(require 'beacon)
|
||||
(beacon-mode +1)
|
||||
|
||||
(provide 'prelude-ui)
|
||||
;;; prelude-ui.el ends here
|
||||
|
|
Loading…
Reference in a new issue