Use beacon

This commit is contained in:
Bozhidar Batsov 2015-10-29 19:26:37 +02:00
parent cbe988da7a
commit f92ea41b72
2 changed files with 5 additions and 0 deletions

View file

@ -45,6 +45,7 @@
'(ace-window
avy
anzu
beacon
browse-kill-ring
dash
discover-my-major

View file

@ -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