discussion and development of piem
 help / color / mirror / code / Atom feed
* [PATCH] piem-lei-query-mode: Highlight current line
@ 2021-06-11  1:03 Kyle Meyer
  0 siblings, 0 replies; only message in thread
From: Kyle Meyer @ 2021-06-11  1:03 UTC (permalink / raw)
  To: piem

Make the current entry stand out more (and match the expectations of
notmuch.el and Elfeed users).
---
 piem-lei.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/piem-lei.el b/piem-lei.el
index 5795087f..cd1dbe02 100644
--- a/piem-lei.el
+++ b/piem-lei.el
@@ -343,6 +343,7 @@ (define-derived-mode piem-lei-query-mode special-mode "lei-query"
   "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))

base-commit: 990c3f3b098074945673842e2ecb351832f61402
-- 
2.32.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-11  1:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  1:03 [PATCH] piem-lei-query-mode: Highlight current line Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/piem/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).