branch: externals/bluetooth commit 21e6a14cca55b11fa4913ff0d9b2b70a4d40e8b4 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
adds hl-line-mode activation --- bluetooth.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth.el b/bluetooth.el index f341a88..650582f 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -222,6 +222,7 @@ devices, as well as setting properties." (setq tabulated-list-format bluetooth--list-format tabulated-list-entries #'bluetooth--list-entries tabulated-list-padding 1) + (hl-line-mode) (bluetooth--make-commands) (define-key bluetooth-mode-map [?i] #'bluetooth-show-device-info) (tabulated-list-init-header))