Skip to content

Commit

Permalink
Use doom-emacs/lisp/init.el
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Feb 25, 2023
1 parent dea63e1 commit af7fd68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ let
lib.optionalString (!isEmacs29) ''
(load "${doom-emacs}/early-init.el")
''}
(load "${doom-emacs}/lisp/doom.el")
(load "${doom-emacs}/lisp/doom-start.el")
(load "${doom-emacs}/lisp/init.el")
(load "${./info-workarounds.el}")
'';
in (emacsPackages.emacsWithPackages (epkgs: [ load-config-from-site ]));
Expand Down

0 comments on commit af7fd68

Please sign in to comment.