From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id 2GwJOXC2wmD5VwAAsNZ9tg (envelope-from ); Fri, 11 Jun 2021 01:03:44 +0000 Received: from out0.migadu.com ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wCIeDm22wmBgCQAAB5/wlQ (envelope-from ); Fri, 11 Jun 2021 01:03:41 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1623373421; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=IrT9szeQgxsrsEn17699uuxxa7bqICJdFdNhfgWRqtw=; b=wsLJpbWTBnZeZdJU2BHC1HFj8yNr0MgH3V5XKb8Ow8apaRGsGTsH0sqLTWt5CgnEjuxs1D JbkYkWa5Agz/ttn8b7feNsA4wPwr45lItKjOq3qE6Cj5zb/60ZG8VaY8dadgBCjg4Fz7wr m5ttqEb3zMnCvNjWGDQLHLAAO/6AIseCMFbUwHs9f07/bQnbI5lC1uXoHI1wnlW0O5jwr6 B5ImMd07Z71hAykzdhDLlYnilUEmRJUYDTHn/aasenL9kFuGdy1D5PIlufmHGeX4k1+JzQ L7Egre3rXDaQqeHsEfF34t0qAjpgTd+OGMPmxfs0OvXKAowOQDRYF8WLh6i2MA== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH] piem-lei-query-mode: Highlight current line Date: Thu, 10 Jun 2021 21:03:35 -0400 Message-Id: <20210611010335.10937-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: QBmCaokeswLA 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