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

@ -10,7 +10,6 @@
;;; Code:
(use-package web-mode
:straight t
:defer t
:config
(setq web-mode-markup-indent-offset 2
@ -23,7 +22,7 @@
(use-package auto-rename-tag
:straight t (auto-rename-tag :type git :host github :repo "jcs-elpa/auto-rename-tag")
:elpaca (:host github :repo "jcs-elpa/auto-rename-tag")
:defer t
:hook ((html-mode . auto-rename-tag-mode)
(web-mode . auto-rename-tag-mode))