diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-06-10 21:03:35 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-10 22:25:55 -0400 |
commit | d7c1552aff04dccbee54e14fe64fe7412aedb9bc (patch) | |
tree | f6c2d80bcbf0d21681b81f9b06e8ded9b0f456ee | |
parent | 372c2d012a799dbe680747439ab0d7c216680b9a (diff) | |
download | piem-d7c1552aff04dccbee54e14fe64fe7412aedb9bc.tar.gz |
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>
-rw-r--r-- | piem-lei.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |