branch: externals/denote
commit fde5e924fc74a414cc1c0e8589de24d6be3eca95
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Tone down the directory component (see commit cdfffba)
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 5e5bd1fa23..86609efcd3 100644
--- a/denote.el
+++ b/denote.el
@@ -1478,7 +1478,7 @@ there.")
         (if-let* ((in-subdir-p (string-match-p "/" file))
                   (components (split-string file "/"))
                   (dir (string-join (butlast components) "/")))
-            (format "%s: %s" dir title)
+            (format "%s: %s" (propertize dir 'face 'shadow) title)
           title)
       file))
    ((string-match-p (regexp-opt denote-encryption-file-extensions) file)

Reply via email to