emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bluetooth 21e6a14 34/57: adds hl-line-mode activation


From: Stefan Monnier
Subject: [elpa] externals/bluetooth 21e6a14 34/57: adds hl-line-mode activation
Date: Thu, 7 Nov 2019 23:28:54 -0500 (EST)

branch: externals/bluetooth
commit 21e6a14cca55b11fa4913ff0d9b2b70a4d40e8b4
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]