branch: externals/denote
commit 48d8caee12c1d6140befaea2474a94486e7707df
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Tweak format of function for stylistic consistency
---
 denote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index 68759cd42b..db065759b5 100644
--- a/denote.el
+++ b/denote.el
@@ -1778,9 +1778,9 @@ format is always [[denote:IDENTIFIER]]."
 
 (defun denote-link--find-file-prompt (files)
   "Prompt for linked file among FILES."
-  (let ((file-names (mapcar
-                     (lambda (f) 
(denote--file-name-relative-to-denote-directory f))
-                     files)))
+  (let ((file-names (mapcar (lambda (f)
+                              (denote--file-name-relative-to-denote-directory 
f))
+                            files)))
     (completing-read "Find linked file "
                      (denote--completion-table 'file file-names)
                      nil t

Reply via email to