diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2024-03-02 11:52:02 +0530 |
|---|---|---|
| committer | Sibi Prabakaran <sibi@psibi.in> | 2024-03-02 11:52:02 +0530 |
| commit | 52ca138a274f38a7331a2a5a1d7dd337b6e87e8b (patch) | |
| tree | e3635d4c658e6c8ae7b9df56c5fb9885b552beca /rust-prog-mode.el | |
| parent | 6d86af4a3d971b00da2ae737d490a240644264fa (diff) | |
| download | rust-mode-52ca138a274f38a7331a2a5a1d7dd337b6e87e8b.tar.gz | |
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.
Diffstat (limited to 'rust-prog-mode.el')
| -rw-r--r-- | rust-prog-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
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. |
