mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-18 16:06:59 -05:00
add format-all override to fix +format
module
Doom uses an older version of format-all[1] before breaking changes were made upstream. We need to also use this version to not have a broken experience. [1] https://github.com/hlissner/doom-emacs/blob/develop/modules/editor/format/packages.el#L4
This commit is contained in:
@@ -70,6 +70,8 @@
|
||||
revealjs.flake = false;
|
||||
rotate-text.url = "github:debug-ito/rotate-text.el";
|
||||
rotate-text.flake = false;
|
||||
format-all.url = "github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3";
|
||||
format-all.flake = false;
|
||||
|
||||
nixpkgs.url = "nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
Reference in New Issue
Block a user