alezost / aurel

Search, vote for and download AUR packages from Emacs
52 stars 7 forks source link

hl-line-mode in info-list #8

Closed rogorido closed 5 years ago

rogorido commented 6 years ago

Hi,

first of all, thanks for this wonderful package!

Second: what is the best method to activate hl-line-mode in the list buffer?

alezost commented 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)
rogorido commented 5 years ago

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!)

alezost commented 5 years ago

Thank you :-)