From e967e5f44f273b0c20d49d2dbdd1b2f0406a6d9a Mon Sep 17 00:00:00 2001 From: janis Date: Wed, 3 Sep 2025 01:00:45 +0200 Subject: [PATCH] fix copilot keybindings --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index f33336c..bbd080f 100644 --- a/init.org +++ b/init.org @@ -1603,7 +1603,7 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u :init (setq lsp-keymap-prefix "C-l") (add-to-list 'completion-at-point-functions #'lsp-completion-at-point) - (advice-add 'lsp :before #'envrc-reload) + ;; (advice-add 'lsp :before #'envrc-reload) :commands lsp :general-config (leader-def @@ -1629,6 +1629,7 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u lsp-rust-analyzer-binding-mode-hints t lsp-rust-analyzer-display-closure-return-type-hints t lsp-rust-analyzer-server-format-inlay-hints t + lsp-rust-analyzer-cargo-extra-env ["RUSTFLAGS", "-Clinker=clang -Clink-arg=-fuse-ld=mold"] lsp-enable-suggest-server-download nil)