branch: externals/denote commit b4d35737665cd6afe894ecdbb967b26519aea8d4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove TODO for Embark There seems to be no demand for it and it should anyway not be part of denote.el. --- denote.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/denote.el b/denote.el index 2c8de6662d..fdc8d81299 100644 --- a/denote.el +++ b/denote.el @@ -2053,11 +2053,6 @@ format is always [[denote:IDENTIFIER]]." (denote--completion-table 'file file-names) nil t nil 'denote-link--find-file-history))) -;; TODO 2022-06-14: Do we need to add any sort of extension to better -;; integrate with Embark? For the minibuffer interaction it is not -;; necessary, but maybe it can be done to immediately recognise the -;; identifiers are links to files? - ;;;###autoload (defun denote-link-find-file () "Use minibuffer completion to visit linked file."