From 6bf2777ec1fbc57cecc695026348370587d3631c Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 21 Feb 2022 23:54:12 +0000 Subject: jao-notmuch: better cursor movement in tree outlines --- lib/net/jao-notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index b4c587e..87e2e2c 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -263,7 +263,8 @@ ;;;; Outline mode for tree view (defun jao-notmuch-tree--msg-prefix (msg) - (insert (propertize (if (plist-get msg :first) "> " " ") 'display ""))) + (insert (propertize (if (plist-get msg :first) "> " " ") + 'display "" 'intangible t 'field t))) (defun jao-notmuch-tree--mode-setup () (setq-local outline-regexp "^> \\|^En") -- cgit v1.2.3