From 673a6ef63dcf0ef189b74ec6078806907c2d4d69 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 25 Feb 2022 17:11:56 +0000 Subject: clean-ups --- lib/net/jao-notmuch.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 87e2e2c..fe3e086 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -263,8 +263,7 @@ ;;;; Outline mode for tree view (defun jao-notmuch-tree--msg-prefix (msg) - (insert (propertize (if (plist-get msg :first) "> " " ") - 'display "" 'intangible t 'field t))) + (insert (propertize (if (plist-get msg :first) "> " " ") 'display " "))) (defun jao-notmuch-tree--mode-setup () (setq-local outline-regexp "^> \\|^En") -- cgit v1.2.3