Skip to content

Commit

Permalink
Remove annoying eldoc loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 6, 2024
1 parent 4bb3142 commit 77f0521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions emacs/radian.el
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,7 @@ currently active.")
;; information for completions, definition location, documentation,
;; and so on.
(radian-use-package lsp-mode
:straight (:fork "raxod502" :branch "fork/1")
:init

(defcustom radian-lsp-disable nil
Expand Down
2 changes: 1 addition & 1 deletion emacs/versions.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
("json-snatcher" . "b28d1c0670636da6db508d03872d96ffddbc10f2")
("let-alist" . "6e9f470e78cf50afa0e53a61da191d68d87a0104")
("lsp-haskell" . "47a1878cc1aa3a9de30e8db8950ca11139fd13f6")
("lsp-mode" . "b27d9db1e75d40ea5e1362386e9a6e66fa3b1bae")
("lsp-mode" . "b027e8db4c66fdca351b4fbf6c7aa61615344eef")
("lsp-pyright" . "b891a5071fcb4371d7d817069cbb04f5bd160468")
("lsp-ui" . "a59fb5d02eaa97908a06cfc07156de73458c8ae8")
("lua-mode" . "d074e4134b1beae9ed4c9b512af741ca0d852ba3")
Expand Down

0 comments on commit 77f0521

Please sign in to comment.