diff options
Diffstat (limited to 'custom/jao-custom-programming.el')
| -rw-r--r-- | custom/jao-custom-programming.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index d8f9308..672f70f 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -294,6 +294,8 @@ (rustic-cargo-use-last-stored-arguments t) (rustic-analyzer-command '("rustup" "run" "stable" "rust-analyzer"))) +(use-package rust-playground :ensure t) + ;;;; Clojure (use-package clojure-mode :ensure t |
