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

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

[elpa] externals/denote bde1e0f36e 07/14: Fontify all file type extensio


From: ELPA Syncer
Subject: [elpa] externals/denote bde1e0f36e 07/14: Fontify all file type extensions
Date: Sat, 9 Jul 2022 02:57:36 -0400 (EDT)

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

    Fontify all file type extensions
    
    All file type extensions make for valid Denote-style names.  The
    'denote--extension-regexp' is only really needed for those files which
    we consider "notes" as opposed to, say, an mp3 file.
---
 denote-faces.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-faces.el b/denote-faces.el
index a0761473e5..a32a7de32a 100644
--- a/denote-faces.el
+++ b/denote-faces.el
@@ -90,7 +90,7 @@ and seconds."
      (1 'denote-faces-title))
     (,denote--keywords-regexp
      (1 'denote-faces-keywords))
-    (,denote--extension-regexp
+    ("\\..*" ; here we do not need `denote--extension-regexp'
      (0 'denote-faces-extension))
     ("--"
      (0 'denote-faces-delimiter t))



reply via email to

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