💄 org-mode agenda: highlight current line
This commit is contained in:
parent
8401d54f35
commit
96b207e994
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue