From e849d4be90badc98082b74de3e65e5dac35951e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 12 Aug 2019 14:22:28 -0500 Subject: remove prettier, require nodejs --- modules/init-js-two.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/init-js-two.el') diff --git a/modules/init-js-two.el b/modules/init-js-two.el index dcd9850..eba6ed6 100644 --- a/modules/init-js-two.el +++ b/modules/init-js-two.el @@ -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 -- cgit v1.2.3