From f448de77d84b985047a332150c0382adc1836899 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 22 Jan 2025 09:26:41 -0500 Subject: Initial commit --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..d0146c5 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu"))))))) -- cgit v1.2.3