summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2024-03-24 15:10:01 -0700
committerbenj <benj@rse8.com>2024-03-24 15:10:01 -0700
commit5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539 (patch)
tree630b5d123ddc19dc0c254f17dbfcfb4016c0fdfc /init.el
parent71ac0862312ee09948fb495bb89edab3328cdcd5 (diff)
downloademacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.tar
emacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.tar.gz
emacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.tar.bz2
emacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.tar.lz
emacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.tar.xz
emacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.tar.zst
emacs-5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539.zip
add restclient, rustic && update .gitignore
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