summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 2e24f30..2f38aef 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -291,6 +291,17 @@ Highlight what just changed when I undo, yank, and so on.
             (volatile-highlights-mode t)))
 #+END_SRC
 
+** Beacon
+
+I was against the idea of having flashy animations inside Emacs, but
+this one is useful.  It highlights the cursor when scrolling or
+switching windows.
+
+#+BEGIN_SRC emacs-lisp
+(use-package beacon
+  :config (beacon-mode +1))
+#+END_SRC
+
 ** Renaming major modes
 
 Diminishing major modes does not happen in the same manner as minor