all repos — archive/dotfiles @ a04c0775a9e9a46fabe24957e46f57ef021c6c92

Superseded by nixfiles

Emacs: Install beacon-mode
Alan Pearce alan@alanpearce.uk
Mon, 13 Mar 2017 11:14:10 +0100
commit

a04c0775a9e9a46fabe24957e46f57ef021c6c92

parent

650d81226e5bedd32cbc64ae64768868ac3573b2

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -291,6 +291,17 @@ :config (progn             (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