From 540ca654f80b78b31be36cf4051db5345bb5b46b Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sun, 31 Dec 2023 20:13:45 +0100 Subject: [PATCH] Fix minor formatting --- kagi.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kagi.el b/kagi.el index 466987c..ac8add1 100644 --- a/kagi.el +++ b/kagi.el @@ -168,8 +168,7 @@ FastGPT with the following prompt: (literal end))))) (while (re-search-forward regexp nil t) (let ((escaped-replacement (string-replace "\\" "\\\\" (match-string 1)))) - (replace-match (propertize escaped-replacement 'font-lock-face face) t nil) - ))))) + (replace-match (propertize escaped-replacement 'font-lock-face face) t nil)))))) (buffer-string))) (defun kagi--format-output (output)