mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-18 16:06:59 -05:00
Move patches to its own directory
This commit is contained in:
@@ -9,7 +9,7 @@ self: super: {
|
||||
} // args);
|
||||
|
||||
evil-escape = super.evil-escape.overrideAttrs (esuper: {
|
||||
patches = [ ./evil-escape.patch ];
|
||||
patches = [ ./patches/evil-escape.patch ];
|
||||
});
|
||||
|
||||
doom-snippets = self.straightBuild {
|
||||
@@ -80,7 +80,7 @@ self: super: {
|
||||
};
|
||||
|
||||
restart-emacs = super.restart-emacs.overrideAttrs (esuper: {
|
||||
patches = [ ./restart-emacs.patch ];
|
||||
patches = [ ./patches/restart-emacs.patch ];
|
||||
});
|
||||
|
||||
revealjs = self.straightBuild {
|
||||
|
Reference in New Issue
Block a user