aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-js-two.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/init-js-two.el')
-rw-r--r--modules/init-js-two.el6
1 files changed, 0 insertions, 6 deletions
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