diff options
author | Alan Pearce | 2019-07-19 15:29:37 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-19 15:29:37 +0200 |
commit | 40c6e7fc68994b19979a377f5b2a3c45f5c1b621 (patch) | |
tree | c163ee27463e5b56c74c8a1fc92a7c6c79f38370 | |
parent | 806222d15ac74218e466fc7571129ed1a56b33ce (diff) | |
download | dotfiles-40c6e7fc68994b19979a377f5b2a3c45f5c1b621.tar.lz dotfiles-40c6e7fc68994b19979a377f5b2a3c45f5c1b621.tar.zst dotfiles-40c6e7fc68994b19979a377f5b2a3c45f5c1b621.zip |
Emacs: don't auto-enable prettier in JS files
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 1b35b83..e27da51 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -579,7 +579,7 @@ With two prefix arguments, write out the day and month name." ;;;; Reformat on save (use-package prettier-js - :ghook ('(typescript-mode-hook js2-mode-hook) #'prettier-js-mode t)) + :ghook ('(typescript-mode-hook) #'prettier-js-mode t)) ;;; Take me to my leader |