Skip to content

Commit

Permalink
Move to beginning of show documentation buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 8, 2024
1 parent c794e2f commit 9415271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lsp-bridge.el
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,8 @@ Then we need call `lsp-bridge--set-mark-ring-in-new-buffer' in new buffer after
(insert value)
(setq-local truncate-lines nil)
(acm-markdown-render-content t)
(read-only-mode 1))
(read-only-mode 1)
(goto-char (point-min)))
(display-buffer buffer 'display-buffer-reuse-window)))

(defvar lsp-bridge-popup-documentation-frame nil)
Expand Down

0 comments on commit 9415271

Please sign in to comment.