Skip to content

Commit 52ca138

Browse files
committed
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.
1 parent 6d86af4 commit 52ca138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: rust-prog-mode.el

-1
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,6 @@ whichever comes first."
14451445
(goto-char (match-end 0)))))))
14461446
(point) end))
14471447

1448-
;;;###autoload
14491448
(define-derived-mode rust-mode prog-mode "Rust"
14501449
"Major mode for Rust code.
14511450

0 commit comments

Comments
 (0)