Browse Source

Use beacon

custom
Bozhidar Batsov 10 years ago
parent
commit
f92ea41b72
  1. 1
      core/prelude-packages.el
  2. 4
      core/prelude-ui.el

1
core/prelude-packages.el

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

4
core/prelude-ui.el

@ -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…
Cancel
Save