Add configuration for the Rust language
This commit is contained in:
parent
fe33e00f82
commit
7bbb7dab6d
@ -3644,6 +3644,16 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
||||
:mode "\\.pony\\'")
|
||||
#+END_SRC
|
||||
|
||||
** Rust
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package rust-mode
|
||||
:mode "\\.rs\\'")
|
||||
(use-package cargo
|
||||
:mode "\\.rs\\'")
|
||||
(use-package flycheck-rust)
|
||||
#+END_SRC
|
||||
|
||||
* Games
|
||||
|
||||
** Gnu Go
|
||||
|
@ -47,6 +47,7 @@
|
||||
avy
|
||||
beacon
|
||||
bind-key
|
||||
cargo
|
||||
cheatsheet
|
||||
ciel
|
||||
coffee-mode
|
||||
@ -87,6 +88,7 @@
|
||||
feature-mode
|
||||
flycheck
|
||||
flycheck-pkg-config
|
||||
flycheck-rust
|
||||
flymake-python-pyflakes
|
||||
focus
|
||||
forge
|
||||
@ -209,6 +211,7 @@
|
||||
request
|
||||
restclient
|
||||
restclient-helm
|
||||
rust-mode
|
||||
s
|
||||
sass-mode
|
||||
secretaria
|
||||
|
Loading…
Reference in New Issue
Block a user