From 733871195ca599dc7aec2e5bc1e2fba0187a7535 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 13 Jan 2021 10:09:03 -0500 Subject: feat(gs/emacs): Configure lsp-mode for rust - add <> as evil-surround pairs (this isn't working atm) - Make lsp-ui-doc frames a reasonable size - Use clippy as the cargo watch command for rust-analyzer Change-Id: Ieee2633cbb332af6513af6b7484adeef5bdb3e06 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2356 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/emacs.d/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'users/glittershark/emacs.d/config.el') diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el index 9eaa5391482b..9cd71fda5a90 100644 --- a/users/glittershark/emacs.d/config.el +++ b/users/glittershark/emacs.d/config.el @@ -611,7 +611,9 @@ lsp-ui-doc-header nil lsp-ui-doc-position 'top lsp-ui-doc-alignment 'window - lsp-ui-doc-frame-hook '+grfn/lsp-ui-doc-frame-hook) + lsp-ui-doc-frame-hook '+grfn/lsp-ui-doc-frame-hook + lsp-ui-doc-max-width 150 + lsp-ui-doc-max-height 13) (setq imenu-auto-rescan t) (set-face-background 'lsp-ui-doc-background +solarized-s-base2) (set-face-background 'lsp-face-highlight-read +solarized-s-base2) -- cgit 1.4.1