From 96b207e99440d6a1a74de4a51a859e018df112fc Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 13 Dec 2022 17:15:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20org-mode=20agenda:=20highlight?= =?UTF-8?q?=20current=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 214b067..b3c36de 100644 --- a/config.org +++ b/config.org @@ -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