[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)
- [elpa] externals/denote updated (b401e249e9 -> 10646db649), ELPA Syncer, 2022/08/10
- [elpa] externals/denote b8d4c362c3 03/15: Add helper to test that dir is part of denote, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 3adf83fea2 08/15: Clarify denote-dired-mode docstring, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 10646db649 15/15: Remove needless 'declare-function', ELPA Syncer, 2022/08/10
- [elpa] externals/denote 0d896b5495 13/15: Add TODO about "backlink" and "backlinks" inconsistency, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 80fd25336c 06/15: Tweak format of faces for consistency,
ELPA Syncer <=
- [elpa] externals/denote 4e2f0c8d9e 01/15: Reword statement in docstring, ELPA Syncer, 2022/08/10
- [elpa] externals/denote f10e80fb5e 11/15: Add comment to clarify format of specifiers, ELPA Syncer, 2022/08/10
- [elpa] externals/denote d75a0c2ac2 10/15: Add :info link to denote-link-fontify-backlinks, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 48d8caee12 12/15: Tweak format of function for stylistic consistency, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 4477a24b74 02/15: Add comment about rationale of completion table, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 0f4dbbdf0b 04/15: Rename private function for clarity, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 0e3f98810f 14/15: Tweak format for stylistic consistency, ELPA Syncer, 2022/08/10
- [elpa] externals/denote fed4293084 09/15: Add :info link to denote-dired-directories, ELPA Syncer, 2022/08/10
- [elpa] externals/denote fea84b28be 05/15: Remove empty line from doc string, ELPA Syncer, 2022/08/10
- [elpa] externals/denote 7aa1c44f4f 07/15: Add comment about empty value of face, ELPA Syncer, 2022/08/10