chore(applications): change remote of npm-transient
This commit is contained in:
@@ -1571,15 +1571,14 @@ don’t. Let’s 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user