summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 3 insertions, 11 deletions
diff --git a/init.el b/init.el
index 97e7a61..d3bd7e9 100644
--- a/init.el
+++ b/init.el
@@ -268,19 +268,11 @@
"* %?"
:empty-lines 0))))
-(use-package rustic
+(use-package restclient
:ensure t)
-;; (use-package rust-mode
-;; :ensure t
-;; :bind ((:map rust-mode-map
-;; ("C-c C-c C-c" . 'rust-compile)
-;; ("C-c C-c C-k" . 'rust-check)
-;; ("C-c C-c C-t" . 'rust-test)
-;; ("C-c C-c C-r" . 'rust-run)))
-;; :init
-;; (setq rust-format-on-save t)
-;; :hook (rust-mode . lsp))
+(use-package rustic
+ :ensure t)
(use-package solarized-theme
:ensure t