Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nohzafk committed Jul 26, 2024
1 parent d94b248 commit b85b0a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lsp-bridge.el
Original file line number Diff line number Diff line change
Expand Up @@ -2987,10 +2987,7 @@ SSH tramp file name is like /ssh:user@host#port:path"
(set-visited-file-name tramp-filename t t)
;; auto reload the file content if formatter made change
;; otherwise when saving file emacs will warn file has been changed on disk
(auto-revert-mode 1)


))
(auto-revert-mode 1)))

(when lsp-bridge-ref-open-remote-file-go-back-to-ref-window
(lsp-bridge-switch-to-ref-window)
Expand Down

0 comments on commit b85b0a1

Please sign in to comment.