[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote efe29e6108 19/19: Remove faulty extra parenthese
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote efe29e6108 19/19: Remove faulty extra parentheses from a 'delete' in denote-fontify-links-mode |
Date: |
Wed, 19 Jun 2024 03:57:55 -0400 (EDT) |
branch: externals/denote
commit efe29e6108e5485df7137cfd478b70409a42d79d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove faulty extra parentheses from a 'delete' in denote-fontify-links-mode
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index f8e6c7732c..a63b158dad 100644
--- a/denote.el
+++ b/denote.el
@@ -4284,7 +4284,7 @@ To be used as a `thing-at' provider."
(font-lock-remove-keywords nil '(denote-fontify-links))
(setq-local thing-at-point-provider-alist
(delete
- '((url . denote--get-link-file-path-at-point))
+ '(url . denote--get-link-file-path-at-point)
thing-at-point-provider-alist)))
(font-lock-update)))
- [elpa] externals/denote 7b1bd891ce 02/19: Untabify and re-indent denote--rename-get-file-info-from-prompts-or-existing, (continued)
- [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, 2024/06/19
- [elpa] externals/denote efe29e6108 19/19: Remove faulty extra parentheses from a 'delete' in denote-fontify-links-mode,
ELPA Syncer <=