diff options
-rw-r--r-- | rust-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-conf.el b/rust-conf.el index 10adb5c..df37019 100644 --- a/rust-conf.el +++ b/rust-conf.el @@ -45,6 +45,8 @@ (setq eglot-autoshutdown t) +(setq eldoc-echo-area-use-multiline-p nil) + ;; NOTE: I have manually commented out the line which requires ;; lsp-mode. (use-package "rustic" 'rustic) |