Migrate from straight.el to elpaca.

Idk why, I only can try it.

For now the emacs-init-time whas improved.
This commit is contained in:
KJ
2023-09-16 14:05:56 -04:00
parent 04e3e2ec29
commit 503bf53890
15 changed files with 99 additions and 120 deletions

View File

@ -11,21 +11,9 @@
(use-package rust-mode
:defer t
:straight t
:ensure t
:config
(setq rust-format-on-save t))
;; Rustic es necesario solamente si se usa lsp-mode + flycheck.
;; (use-package rustic
;; :defer t
;; :straight t
;; :ensure t
;; :config
;; ;;(setq rustic-lsp-server 'rls)
;; (setq rustic-lsp-client 'lsp)
;; ;;(setq rustic-lsp-client nil)
;; (push 'rustic-clippy flycheck-checkers))
(provide 'lang-rust)
;;; lang-rust.el ends here