summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-03-13 11:14:10 +0100
committerAlan Pearce2017-03-13 11:14:10 +0100
commita04c0775a9e9a46fabe24957e46f57ef021c6c92 (patch)
treea05c84820ea5e6cc745c4d4f894c4653b06f3720 /tag-emacs/emacs.d/init.org
parent650d81226e5bedd32cbc64ae64768868ac3573b2 (diff)
downloaddotfiles-a04c0775a9e9a46fabe24957e46f57ef021c6c92.tar.lz
dotfiles-a04c0775a9e9a46fabe24957e46f57ef021c6c92.tar.zst
dotfiles-a04c0775a9e9a46fabe24957e46f57ef021c6c92.zip
Emacs: Install beacon-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