Replace :elpaca to :ensure following the elpaca update.

Using :elpaca was DEPRECATED on elpaca 0.7.
This commit is contained in:
KJ
2024-04-03 18:40:00 -04:00
parent c72edac318
commit 886284c70d
7 changed files with 19 additions and 20 deletions

View File

@ -11,7 +11,7 @@
(use-package js
:defer t
:elpaca nil
:ensure nil
:mode
("\\.js$" . js-mode)
:hook