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
|
'(ace-window
|
||||||
avy
|
avy
|
||||||
anzu
|
anzu
|
||||||
|
beacon
|
||||||
browse-kill-ring
|
browse-kill-ring
|
||||||
dash
|
dash
|
||||||
discover-my-major
|
discover-my-major
|
||||||
|
|
|
@ -77,5 +77,9 @@
|
||||||
(setq sml/theme nil)
|
(setq sml/theme nil)
|
||||||
(add-hook 'after-init-hook #'sml/setup)
|
(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)
|
(provide 'prelude-ui)
|
||||||
;;; prelude-ui.el ends here
|
;;; prelude-ui.el ends here
|
||||||
|
|
Loading…
Reference in a new issue