all repos — nixfiles @ 455e717f354f5db05580d0b090f7daeaee55bd2c

System and user configuration, managed by nix and home-manager

Remove prettier_d Poor installation method, slows down installs for a small increase in performance.

Alan Pearce
commit

455e717f354f5db05580d0b090f7daeaee55bd2c

parent

9a85ecdb0cb1055ddbdf79bdb88912ef75f651ab

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M user/emacs/init.eluser/emacs/init.el
@@ -929,11 +929,7 @@
(use-package prettier-js :ghook ('(javascript-mode-hook typescript-mode-hook) #'prettier-js-mode t) :config (progn - (setq prettier-js-show-errors 'echo) - (if-let ((prettier_d (executable-find "prettier_d"))) - (setq prettier-js-command prettier_d - prettier-js-args '("--pkg-conf" "--parser" "typescript")) - (message "prettier_d is not available")))) + (setq prettier-js-show-errors 'echo))) ;;; E-mail