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

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

[elpa] externals/denote 80fd25336c 06/15: Tweak format of faces for cons


From: ELPA Syncer
Subject: [elpa] externals/denote 80fd25336c 06/15: Tweak format of faces for consistency
Date: Wed, 10 Aug 2022 02:57:34 -0400 (EDT)

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

    Tweak format of faces for consistency
---
 denote.el | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/denote.el b/denote.el
index 0bc96af5fc..bf3e654017 100644
--- a/denote.el
+++ b/denote.el
@@ -1527,22 +1527,19 @@ This only works in Org files, as Emacs' generic buttons 
do not
 provide a facility that uses a face based on certain conditions."
   :group 'denote-faces)
 
-(defface denote-faces-subdirectory
-  '((t :inherit bold))
+(defface denote-faces-subdirectory '((t :inherit bold))
   "Face for subdirectory of file name.
 This should only ever needed in the backlinks' buffer (or
 equivalent), not in Dired."
   :group 'denote-faces)
 
-(defface denote-faces-date
-  '((t :inherit font-lock-variable-name-face))
+(defface denote-faces-date '((t :inherit font-lock-variable-name-face))
   "Face for file name date in Dired buffers.
 This is the part of the identifier that covers the year, month,
 and day."
   :group 'denote-faces)
 
-(defface denote-faces-time
-  '((t :inherit denote-faces-date))
+(defface denote-faces-time '((t :inherit denote-faces-date))
   "Face for file name time in Dired buffers.
 This is the part of the identifier that covers the hours, minutes,
 and seconds."
@@ -1553,13 +1550,11 @@ and seconds."
   "Face for file name title in Dired buffers."
   :group 'denote-faces)
 
-(defface denote-faces-extension
-  '((t :inherit shadow))
+(defface denote-faces-extension '((t :inherit shadow))
   "Face for file extension type in Dired buffers."
   :group 'denote-faces)
 
-(defface denote-faces-keywords
-  '((t :inherit font-lock-builtin-face))
+(defface denote-faces-keywords '((t :inherit font-lock-builtin-face))
   "Face for file name keywords in Dired buffers."
   :group 'denote-faces)
 



reply via email to

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