chore(applications): change remote of npm-transient

This commit is contained in:
2025-11-19 12:37:47 +01:00
parent c29895d019
commit 3fe9b05623

View File

@@ -1571,15 +1571,14 @@ dont. Lets interact with NPM through Emacs then.
#+begin_src emacs-lisp
(use-package npm-transient
:defer t
:straight (npm-transient :build t
:straight (:build t
:type git
:host github
:repo "Phundrak/npm-transient"))
;; :general
;; (phundrak/major-leader-key
;; :packages '(npm-transient rjsx-mode web-mode)
;; :keymaps '(rjsx-mode-map web-mode-map)
;; "n" #'npm-transient))
:repo "labs.phundrak.com/phundrak/npm-transient.el")
:general
(phundrak/major-leader-key
:packages '(npm-transient typescript-ts-mode web-mode)
:keymaps '(web-mode-map)
"n" #'npm-transient))
#+end_src
And finally, here is a formatter for JavaScript.