:PROPERTIES: :ID: 7ddf5b51-edfe-4a05-a971-79c33153fc96 :END: #+title: BEACON [[https://github.com/Malabarba/beacon][Beacon]] is an [[id:0a87430b-6616-4f92-8ecc-22ceeebf43c6][Emacs]] package, which makes a visual change when the cursor is moved from one window to another, hence making it unlikely for you to loose your cursor. Trust me it is surprisingly useful. #+begin_src elisp (use-package beacon :config (beacon-mode 1) ) #+end_src