diff options
author | Alan Pearce | 2017-03-13 11:14:10 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-13 11:14:10 +0100 |
commit | a04c0775a9e9a46fabe24957e46f57ef021c6c92 (patch) | |
tree | a05c84820ea5e6cc745c4d4f894c4653b06f3720 | |
parent | 650d81226e5bedd32cbc64ae64768868ac3573b2 (diff) | |
download | nixfiles-a04c0775a9e9a46fabe24957e46f57ef021c6c92.tar.lz nixfiles-a04c0775a9e9a46fabe24957e46f57ef021c6c92.tar.zst nixfiles-a04c0775a9e9a46fabe24957e46f57ef021c6c92.zip |
Emacs: Install beacon-mode
-rw-r--r-- | tag-emacs/emacs.d/init.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 2e24f306..2f38aef1 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 |