Skip to content

Commit

Permalink
Remove unnecessary (load "default.el")
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 25, 2022
1 parent 2e40d97 commit 5b6ffca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ let
cat > $out/early-init.el << EOF
(load "${doom-emacs}/early-init.el")
EOF
cat > $out/init.el << EOF
(load "default.el")
EOF
'';

build-summary = writeShellScript "build-summary" ''
Expand Down

0 comments on commit 5b6ffca

Please sign in to comment.