👔 (prog-mode) Enable highlight line mode
This commit is contained in:
parent
cdd90d4020
commit
8010f920bd
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ Source: [[https://stackoverflow.com/a/744681][Stack Overflow: Unable to hide wel
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-hook 'text-mode-hook #'hl-line-mode)
|
(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)
|
(add-hook 'org-agenda-finalize-hook #'hl-line-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue