From 443dcc2b901bff89632d2d7d04dddda3cb6c965f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 12 Mar 2022 10:53:04 +0100 Subject: [PATCH] fix rust-analyzer markdown link --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 5f1d146..fa50be0 100644 --- a/init.el +++ b/init.el @@ -372,7 +372,7 @@ ;;; and [rust-analyzer]. ;;; [Rustup]: https://www.rust-lang.org/learn/get-started -;;; [rust-analyzer]: (https://rust-analyzer.github.io/manual.html#installation). +;;; [rust-analyzer]: https://rust-analyzer.github.io/manual.html#installation (use-package rustic :defer)