branch: elpa/hyperdrive
commit 57d02e33f4a1ca95ea78c41c911bef9f260a2204
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Change: (hyperdrive-dir-column-headers) Add mouse-face
---
 hyperdrive-dir.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 123ebb7dd0..d4e889327c 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -139,7 +139,8 @@ Columns are suffixed with up/down arrows according to
                  "<mouse-1>" (lambda (&optional _e)
                                (interactive "e")
                                (hyperdrive-dir-sort
-                                (hyperdrive-dir-toggle-sort-direction column 
hyperdrive-directory-sort)))))
+                                (hyperdrive-dir-toggle-sort-direction column 
hyperdrive-directory-sort))))
+               'mouse-face 'highlight)
               headers)))
     (concat prefix "\n"
             (apply #'format (concat "%6s  " hyperdrive-timestamp-format-string 
"  %s")

Reply via email to