From d7c1552aff04dccbee54e14fe64fe7412aedb9bc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 10 Jun 2021 21:03:35 -0400 Subject: piem-lei-query-mode: Highlight current line Make the current entry stand out more (and match the expectations of notmuch.el and Elfeed users). Message-Id: <20210611010335.10937-1-kyle@kyleam.com> --- piem-lei.el | 1 + 1 file changed, 1 insertion(+) diff --git a/piem-lei.el b/piem-lei.el index 5795087..cd1dbe0 100644 --- a/piem-lei.el +++ b/piem-lei.el @@ -343,6 +343,7 @@ line's message, scroll its text downward, passing ARG to "Major mode for displaying overview of `lei q' results." :group 'piem-lei (buffer-disable-undo) + (hl-line-mode) (setq truncate-lines t) (setq buffer-read-only t) (setq-local line-move-visual t)) -- cgit v1.2.3