[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 7cdb31acee 15/19: Make stylistic tweaks to denot
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 7cdb31acee 15/19: Make stylistic tweaks to denote-fontify-links |
Date: |
Wed, 19 Jun 2024 03:57:55 -0400 (EDT) |
branch: externals/denote
commit 7cdb31aceee094c143ff986c75373cdf60fd18f2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make stylistic tweaks to denote-fontify-links
---
denote.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/denote.el b/denote.el
index 73d1df7e81..47bd53176c 100644
--- a/denote.el
+++ b/denote.el
@@ -4240,7 +4240,7 @@ To be assigned to `markdown-follow-link-functions'."
Implementation based on the function `org-activate-links'."
(catch :exit
- (when-let (type (denote-filetype-heuristics (buffer-file-name)))
+ (when-let ((type (denote-filetype-heuristics (buffer-file-name))))
(while (re-search-forward (denote--link-in-context-regexp type) limit t)
(save-match-data ; to return the matches to font-lock
(let* ((start (match-beginning 0))
@@ -4267,10 +4267,8 @@ Implementation based on the function
`org-activate-links'."
htmlize-link (:uri ,file-link)
font-lock-multiline t))
(non-sticky-props
- '(rear-nonsticky (mouse-face highlight keymap invisible
- intangible help-echo
- htmlize-link)))
- (face-property 'file-link)
+ '(rear-nonsticky (mouse-face highlight keymap invisible
intangible help-echo htmlize-link)))
+ (face-property 'link)
(hidden (append '(invisible t) properties)))
(remove-text-properties start end '(invisible nil))
(add-text-properties start visible-start hidden)
- [elpa] externals/denote 17dbaaaa2b 14/19: Document 'denote-fontify-links-mode', (continued)
- [elpa] externals/denote 17dbaaaa2b 14/19: Document 'denote-fontify-links-mode', ELPA Syncer, 2024/06/19
- [elpa] externals/denote 7b1bd891ce 02/19: Untabify and re-indent denote--rename-get-file-info-from-prompts-or-existing, ELPA Syncer, 2024/06/19
- [elpa] externals/denote 76098aaafc 17/19: Remove obsolete code, ELPA Syncer, 2024/06/19
- [elpa] externals/denote d3d30a5adc 10/19: Rename a private function for consistency and tweak its docstring, ELPA Syncer, 2024/06/19
- [elpa] externals/denote 5dcbf34fea 12/19: Make denote-fontify-links-mode not do anything in Org mode, ELPA Syncer, 2024/06/19
- [elpa] externals/denote f3b2f78dd0 16/19: Tweak how we deal with thing-at-point-provider-alist in denote-fontify-links-mode, ELPA Syncer, 2024/06/19
- [elpa] externals/denote ce1f59af6a 18/19: Add TODO and FIXME for new link fontification mode, ELPA Syncer, 2024/06/19
- [elpa] externals/denote 487692d3af 08/19: Placate the compiler for the denote-fontify-links docstring, ELPA Syncer, 2024/06/19
- [elpa] externals/denote 5aeb714ae9 11/19: Change how denote-fontify-links-mode handles thingatpt dependency, ELPA Syncer, 2024/06/19
- [elpa] externals/denote 2b1210c527 13/19: Reinstate denote-link-markdown-follow, ELPA Syncer, 2024/06/19
- [elpa] externals/denote 7cdb31acee 15/19: Make stylistic tweaks to denote-fontify-links,
ELPA Syncer <=
- [elpa] externals/denote efe29e6108 19/19: Remove faulty extra parentheses from a 'delete' in denote-fontify-links-mode, ELPA Syncer, 2024/06/19