branch: externals/denote
commit efe29e6108e5485df7137cfd478b70409a42d79d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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)))
 

Reply via email to