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 #+begin_src emacs-lisp
(use-package npm-transient (use-package npm-transient
:defer t :defer t
:straight (npm-transient :build t :straight (:build t
:type git :type git
:host github :repo "labs.phundrak.com/phundrak/npm-transient.el")
:repo "Phundrak/npm-transient")) :general
;; :general (phundrak/major-leader-key
;; (phundrak/major-leader-key :packages '(npm-transient typescript-ts-mode web-mode)
;; :packages '(npm-transient rjsx-mode web-mode) :keymaps '(web-mode-map)
;; :keymaps '(rjsx-mode-map web-mode-map) "n" #'npm-transient))
;; "n" #'npm-transient))
#+end_src #+end_src
And finally, here is a formatter for JavaScript. And finally, here is a formatter for JavaScript.