Let's just sit and meditation before painting the screen

This commit is contained in:
Howard Abrams 2024-08-07 22:20:26 -07:00
parent c2009b56ec
commit b162327c7d

View file

@ -384,10 +384,12 @@ Oh, and turn off the line highlighting:
(global-hl-line-mode -1) (global-hl-line-mode -1)
#+end_src #+end_src
And of course, the default is /inside/ where it is dark and safe: And of course, the default is /inside/ where it is dark and safe. Lets also wait til the world settles down before calling this.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(laptop-inside) (progn
(sit-for 2)
(laptop-inside))
#+end_src #+end_src
** Highlight Task Labels ** Highlight Task Labels
In code, if you drop a specific /text/ labels, we can highlight them with [[https://github.com/tarsius/hl-todo][hl-todo package]]: In code, if you drop a specific /text/ labels, we can highlight them with [[https://github.com/tarsius/hl-todo][hl-todo package]]: