discussion and development of piem
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: piem@inbox.kyleam.com
Subject: [PATCH] piem-lei-query-mode: Highlight current line
Date: Thu, 10 Jun 2021 21:03:35 -0400	[thread overview]
Message-ID: <20210611010335.10937-1-kyle@kyleam.com> (raw)

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


                 reply	other threads:[~2021-06-11  1:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://git.kyleam.com/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210611010335.10937-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=piem@inbox.kyleam.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).