all repos — nixfiles @ a04c0775a9e9a46fabe24957e46f57ef021c6c92

System and user configuration, managed by nix and home-manager

Emacs: Install beacon-mode

Alan Pearce
commit

a04c0775a9e9a46fabe24957e46f57ef021c6c92

parent

650d81226e5bedd32cbc64ae64768868ac3573b2

1 file 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