branch: externals/denote
commit 26069e86124c79e65ecbb6c4c6cb51c7c47ec733
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add todo about alternative to seq-remove
---
denote.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/denote.el b/denote.el
index b473299221..48ba05bd14 100644
--- a/denote.el
+++ b/denote.el
@@ -145,6 +145,8 @@ trailing hyphen."
"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))