From 52ca138a274f38a7331a2a5a1d7dd337b6e87e8b Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 2 Mar 2024 11:52:02 +0530 Subject: [PATCH] Remove autoload for prog-mode based rust-mode The load of specific rust-mode now depends on the tree sitter variable that we have, so disabling autoload for this too. --- rust-prog-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-prog-mode.el b/rust-prog-mode.el index 92b475a..51e802d 100644 --- a/rust-prog-mode.el +++ b/rust-prog-mode.el @@ -1445,7 +1445,6 @@ whichever comes first." (goto-char (match-end 0))))))) (point) end)) -;;;###autoload (define-derived-mode rust-mode prog-mode "Rust" "Major mode for Rust code.