Skip to content

Commit

Permalink
Fix support of withEmacs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Dec 25, 2024
1 parent fb3515f commit 993df98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ with initial.lib; let
[ selected-instance.pkgs.coqPackages.coq-lsp ] else [];
vscoq = if selected-instance.pkgs.coqPackages?vscoq-language-server then
[ selected-instance.pkgs.coqPackages.vscoq-language-server ] else [];
emacs = with selected-instance.pkgs; emacsWithPackages
emacs = selected-instance.pkgs.emacs.pkgs.withPackages
(epkgs: with epkgs.melpaPackages; [ proof-general ]);
emacsInit = ./emacs-init.el;

Expand Down

0 comments on commit 993df98

Please sign in to comment.