diff --git a/ha-display.org b/ha-display.org index 902729c..f13172d 100644 --- a/ha-display.org +++ b/ha-display.org @@ -64,6 +64,15 @@ Let's install and load some of packages from the [[https://github.com/hlissner/d (use-package doom-themes) #+END_SRC +* Find the Bloody Cursor +Large screen, lots of windows, so where is the cursor? + +#+BEGIN_SRC emacs-lisp + (use-package hl-line+ + :config + (set-face-attribute 'hl-line nil :background "#846444" :inherit 'default) + :bind ("" . 'hl-line-flash)) +#+END_SRC * Themes One does get used to a particular collection of colors. Mine is Tomorrow: #+BEGIN_SRC emacs-lisp