branch: externals/denote
commit d23a9401ea679ac79d2dc53df6ff4047a37d6cd3
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make minor stylistic tweak to indentation
---
denote.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 71b76738a9..da23377020 100644
--- a/denote.el
+++ b/denote.el
@@ -459,7 +459,8 @@ leading and trailing hyphen."
"Return non-nil if FILE has supported extension."
(let* ((extensions (denote--extensions))
(valid-extensions (append extensions
- (mapcar (lambda (e) (concat e ".gpg"))
+ (mapcar (lambda (e)
+ (concat e ".gpg"))
extensions))))
(seq-some
(lambda (e) (string-suffix-p e file))