Emacs: Install beacon-mode
Alan Pearce alan@alanpearce.uk
Mon, 13 Mar 2017 11:14:10 +0100
1 files changed, 11 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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