💄 org-mode agenda: highlight current line

This commit is contained in:
Marcel Kapfer 2022-12-13 17:15:57 +01:00
parent 8401d54f35
commit 96b207e994
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ Source: [[https://stackoverflow.com/a/744681][Stack Overflow: Unable to hide wel
#+begin_src emacs-lisp
(add-hook 'text-mode-hook #'hl-line-mode)
(add-hook 'org-agenda-finalize-hook #'hl-line-mode)
#+end_src
** Show line numbers