Use elpaca instead of straight
Some big changes related to that, and to use-package
This commit is contained in:
parent
ecf3d4195a
commit
c7b0c1c6c2
50 changed files with 1262 additions and 365 deletions
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
(use-package js2-mode
|
||||
:requires (web-mode company-web lsp-mode lsp-ui)
|
||||
:straight t)
|
||||
:ensure t)
|
||||
|
||||
(use-package typescript-mode :straight t)
|
||||
(use-package typescript-mode :ensure t)
|
||||
|
||||
;; (use-package vue-mode
|
||||
;; :straight t
|
||||
;; :ensure t
|
||||
;; :defer t)
|
||||
|
||||
;; Use js2-mode for javascript editing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue