👔 (prog-mode) Enable highlight line mode

This commit is contained in:
Marcel Kapfer 2023-06-14 17:16:44 +02:00
parent cdd90d4020
commit 8010f920bd
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,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 'prog-mode-hook #'hl-line-mode)
(add-hook 'org-agenda-finalize-hook #'hl-line-mode)
#+end_src