Skip to navigation
How to install rust-mode to emacs
21.03.23
add the below to your init.el. (require 'package) (add-to-list 'package-archives'("melpa" . "https://melpa.org/packages/") t) (package-initialize) ;;(package-refresh-contents) after you can install rust-mode with: M-x package-install rust-mode
https://github.com/rust-lang/rust-mode?ysclid=lfhtpjx37m667827521
Reply
Anonymous
Information Epoch 1732440002
Live free or die.
Home
Notebook
Contact us