branch: externals/marginalia
commit 097bd81743026c9b4889b860efd0283b26e64ccf
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix typo
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 007f2e38c5..20341eebbf 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -963,7 +963,7 @@ These annotations are skipped for remote paths."
   (if (file-name-absolute-p cand)
       (marginalia-annotate-file cand)
     (when-let (root (marginalia--project-root))
-      (marginalia-annotate-file (expand-file-name cand root)))))o
+      (marginalia-annotate-file (expand-file-name cand root)))))
 
 (defvar-local marginalia--library-cache nil)
 (defun marginalia--library-cache ()

Reply via email to