Add rust config

This commit is contained in:
Maciej 2018-09-09 20:51:45 +03:00
parent 46c73d8e9b
commit 2b1be43977
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 23 additions and 1 deletions

View file

@ -39,6 +39,7 @@
company ;; Code completion framework
yasnippet ;; Code snippets framework
yasnippet-snippets ;; Actual snippets for various languages
flycheck ;; Compilation framework
;; Project management
projectile
@ -58,6 +59,11 @@
;; Elixir
alchemist
;; Rust
racer
rust-mode
flycheck-rust
;; Web
web-mode
@ -95,6 +101,7 @@
(load "~/.emacs.d/20web.el")
(load "~/.emacs.d/20elixir.el")
(load "~/.emacs.d/20sh.el")
(load "~/.emacs.d/20rust.el")
(custom-set-variables
;; custom-set-variables was added by Custom.
@ -103,7 +110,7 @@
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode flymake-ruby rvm dash-at-point robe base16-theme exec-path-from-shell))))
(enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck racer rust-mode hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode rvm dash-at-point robe base16-theme exec-path-from-shell))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.