emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 142b628c2e 127/355: Apply distinct face to keywo


From: ELPA Syncer
Subject: [elpa] externals/denote 142b628c2e 127/355: Apply distinct face to keyword delimiter
Date: Sun, 26 Jun 2022 23:58:12 -0400 (EDT)

branch: externals/denote
commit 142b628c2e30a93b5c81214b3867d9e4c26a7eb8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Apply distinct face to keyword delimiter
    
    Thanks to svnsbck for suggesting the idea in issue 9 over at the GitHub
    mirror: <https://github.com/protesilaos/denote/issues/9>.
---
 denote-dired.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote-dired.el b/denote-dired.el
index 8559510e39..2a949f65b9 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -159,7 +159,9 @@ renaming attachments that the user adds to their notes."
      (4 'denote-dired-dired-field-title)
      (5 'denote-dired-dired-field-delimiter)
      (6 'denote-dired-dired-field-keywords)
-     (7 'denote-dired-dired-field-extension)))
+     (7 'denote-dired-dired-field-extension))
+    ("_"
+     (0 'denote-dired-dired-field-delimiter t)))
   "Keywords for fontification.")
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]