branch: externals/denote commit 4d90cbb5da6ea8e96282e0fedb3bbba9c7e25900 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove needless to-do --- denote.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/denote.el b/denote.el index b099f0bc1f..68ecf34357 100644 --- a/denote.el +++ b/denote.el @@ -176,8 +176,6 @@ With optional N, search in the Nth line from point." "List `denote-directory' files, assuming flat directory." (let* ((dir (denote--directory)) (default-directory dir)) - ;; TODO 2022-06-06: Do this elegantly without seq-remove or - ;; cl-remove-if? Just curious... (seq-remove (lambda (file) (file-directory-p file))