branch: master commit 1cb2960725d352034454fabe9155d0fc1035ce2a Author: Leo Okawa Ericson <git...@relevant-information.com> Commit: Leo Okawa Ericson <git...@relevant-information.com>
Use line-wrap in company doc buffer --- company.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company.el b/company.el index 2b92f85..32f308d 100644 --- a/company.el +++ b/company.el @@ -2271,7 +2271,8 @@ character, stripping the modifiers. That character must be a digit." (erase-buffer) (when string (save-excursion - (insert string))) + (insert string) + (visual-line-mode))) (current-buffer))) (defvar company--electric-saved-window-configuration nil)