branch: externals/capf-autosuggest
commit d53b499e12cfc9d274e9cd115b7d5db64d769a17
Author: jakanakaevangeli <[email protected]>
Commit: jakanakaevangeli <[email protected]>

    insert -> insert-and-inherit
---
 capf-autosuggest.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/capf-autosuggest.el b/capf-autosuggest.el
index 1042d5a..888d492 100644
--- a/capf-autosuggest.el
+++ b/capf-autosuggest.el
@@ -156,7 +156,7 @@ the added text, the whole text is deleted."
           (save-excursion
             (goto-char (overlay-start capf-autosuggest--overlay))
             (setq beg (point))
-            (insert capf-autosuggest--str)
+            (insert-and-inherit capf-autosuggest--str)
             (setq end (point)))
           (call-interactively command)
           (and (> (point) beg)

Reply via email to