Closed rogorido closed 5 years ago
Hello and thanks!
As for me, I just enable hl-line-mode
in all modes derived from tabulated-list-mode
, like this:
(add-hook 'tabulated-list-mode-hook 'hl-line-mode)
exactly! I know that it should be very simple...
Thanks again for the wonderful package! (BTW: your very clear code in lisp is very good for beginners to learn a little bit lisp!)
Thank you :-)
Hi,
first of all, thanks for this wonderful package!
Second: what is the best method to activate hl-line-mode in the list buffer?