emacs: apply nixfmt
This commit is contained in:
parent
f90b86b577
commit
ac6235e53d
2 changed files with 6 additions and 11 deletions
1
format
1
format
|
@ -34,7 +34,6 @@ find . -name '*.nix' \
|
||||||
! -path ./modules/modules.nix \
|
! -path ./modules/modules.nix \
|
||||||
! -path ./modules/programs/afew.nix \
|
! -path ./modules/programs/afew.nix \
|
||||||
! -path ./modules/programs/bash.nix \
|
! -path ./modules/programs/bash.nix \
|
||||||
! -path ./modules/programs/emacs.nix \
|
|
||||||
! -path ./modules/programs/firefox.nix \
|
! -path ./modules/programs/firefox.nix \
|
||||||
! -path ./modules/programs/gpg.nix \
|
! -path ./modules/programs/gpg.nix \
|
||||||
! -path ./modules/programs/lesspipe.nix \
|
! -path ./modules/programs/lesspipe.nix \
|
||||||
|
|
|
@ -8,16 +8,12 @@ let
|
||||||
|
|
||||||
# Copied from all-packages.nix, with modifications to support
|
# Copied from all-packages.nix, with modifications to support
|
||||||
# overrides.
|
# overrides.
|
||||||
emacsPackages =
|
emacsPackages = let epkgs = pkgs.emacsPackagesGen cfg.package;
|
||||||
let
|
in epkgs.overrideScope' cfg.overrides;
|
||||||
epkgs = pkgs.emacsPackagesGen cfg.package;
|
|
||||||
in
|
|
||||||
epkgs.overrideScope' cfg.overrides;
|
|
||||||
emacsWithPackages = emacsPackages.emacsWithPackages;
|
emacsWithPackages = emacsPackages.emacsWithPackages;
|
||||||
|
|
||||||
in
|
in {
|
||||||
|
|
||||||
{
|
|
||||||
meta.maintainers = [ maintainers.rycee ];
|
meta.maintainers = [ maintainers.rycee ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in a new issue