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\\'")
|
:mode "\\.pony\\'")
|
||||||
#+END_SRC
|
#+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
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
avy
|
avy
|
||||||
beacon
|
beacon
|
||||||
bind-key
|
bind-key
|
||||||
|
cargo
|
||||||
cheatsheet
|
cheatsheet
|
||||||
ciel
|
ciel
|
||||||
coffee-mode
|
coffee-mode
|
||||||
@ -87,6 +88,7 @@
|
|||||||
feature-mode
|
feature-mode
|
||||||
flycheck
|
flycheck
|
||||||
flycheck-pkg-config
|
flycheck-pkg-config
|
||||||
|
flycheck-rust
|
||||||
flymake-python-pyflakes
|
flymake-python-pyflakes
|
||||||
focus
|
focus
|
||||||
forge
|
forge
|
||||||
@ -209,6 +211,7 @@
|
|||||||
request
|
request
|
||||||
restclient
|
restclient
|
||||||
restclient-helm
|
restclient-helm
|
||||||
|
rust-mode
|
||||||
s
|
s
|
||||||
sass-mode
|
sass-mode
|
||||||
secretaria
|
secretaria
|
||||||
|
Loading…
Reference in New Issue
Block a user