Let's just sit and meditation before painting the screen
This commit is contained in:
parent
c2009b56ec
commit
b162327c7d
1 changed files with 4 additions and 2 deletions
|
@ -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. Let’s 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]]:
|
||||||
|
|
Loading…
Reference in a new issue