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:
@ -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))
|
||||
|
Reference in New Issue
Block a user