remove prettier, require nodejs

This commit is contained in:
Jesús
2019-08-12 14:22:28 -05:00
parent e13545500d
commit e849d4be90
2 changed files with 1 additions and 7 deletions

View File

@@ -87,12 +87,6 @@
("k" js2r-kill)
("q" nil)))
;; prettier-emacs: minor-mode to prettify javascript files on save
;; https://github.com/prettier/prettier-emacs
(use-package prettier-js
:hook ((js2-mode . prettier-js-mode)
(rjsx-mode . prettier-js-mode)))
;; json-snatcher: get the path of any JSON element easily
;; https://github.com/Sterlingg/json-snatcher
(use-package json-snatcher