mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-18 16:06:59 -05:00
Add a patch for restart-emacs
Before this change, trying to use `doom/restart-and-restore` would result in a failed to load `default.el` as the wrong binary would be launched. This fixes that.
This commit is contained in:
@@ -71,6 +71,10 @@ self: super: {
|
||||
pname = "php-extras";
|
||||
};
|
||||
|
||||
restart-emacs = super.restart-emacs.overrideAttrs (esuper: {
|
||||
patches = [ ./restart-emacs.patch ];
|
||||
});
|
||||
|
||||
revealjs = self.straightBuild {
|
||||
pname = "revealjs";
|
||||
|
||||
|
Reference in New Issue
Block a user