From a04c0775a9e9a46fabe24957e46f57ef021c6c92 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Mar 2017 11:14:10 +0100 Subject: Emacs: Install beacon-mode --- tag-emacs/emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tag-emacs') 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 -- cgit 1.4.1