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,7 +11,6 @@
(use-package php-mode
:defer t
:straight t
:bind ("C-c d b" . kj/php-doc-block)
:config
(defun kj/php-doc-block ()
@ -28,7 +27,7 @@
)
(use-package php-doc-block
:straight (php-doc-block :type git :host github :repo "moskalyovd/emacs-php-doc-block")
:elpaca (:host github :repo "moskalyovd/emacs-php-doc-block")
)
(provide 'lang-php)