summaryrefslogtreecommitdiff
path: root/rust-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-conf.el')
-rw-r--r--rust-conf.el2
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)