emacs: patch apheleia to use prettierd
Alan Pearce alan@alanpearce.eu
Sat, 11 May 2024 17:50:35 +0200
1 files changed, 9 insertions(+), 0 deletions(-)
jump to
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -155,6 +155,15 @@ wgrep-ag ws-butler which-key ]); + overrides = self: super: rec { + apheleia = self.melpaPackages.apheleia.overrideAttrs + (old: { + patchPhase = '' + substituteInPlace apheleia-formatters.el \ + --replace-fail '"prettier"' '"prettierd"' + ''; + }); + }; extraConfig = '' (with-eval-after-load 'editorconfig (setq editorconfig-exec-path "${pkgs.editorconfig-core-c}/bin/editorconfig"))