From 551d5547ede275fac483cfdcbc442976d8f9b7d4 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 19 Aug 2021 02:43:49 +0100 Subject: jao-notmuch: hidden outline indicators via display property --- lib/net/jao-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 6b88e80..e2536c0 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -281,7 +281,7 @@ ;; Outline mode for tree view (defun jao-notmuch-tree--msg-prefix (msg) - (insert (if (plist-get msg :first) "> " " "))) + (insert (propertize (if (plist-get msg :first) "> " " ") 'display ""))) (defun jao-notmuch-tree--mode-setup () (setq-local outline-regexp "^> \\|^En") -- cgit v1.2.3