Skip to content

Commit

Permalink
Merge pull request #1550 from jfaz1/completion-highlight
Browse files Browse the repository at this point in the history
Fix lisp completion current argument highlighting
  • Loading branch information
cxxxr authored Oct 1, 2024
2 parents 268f5e2 + 712482e commit 0f17825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/lisp-mode/ext/autodoc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
(erase-buffer buffer)
(change-buffer-mode buffer 'lisp-mode)
(insert-string point doc)
(change-buffer-mode buffer 'lem/buffer/fundamental-mode:fundamental-mode)
(setf (variable-value 'line-wrap :buffer buffer) nil)
(highlighting-marker point)
(funcall function buffer))))))))))
Expand Down

0 comments on commit 0f17825

Please sign in to comment.