Remove evil-escape overwrite

This commit is contained in:
Thiago Kenji Okada
2022-07-08 16:53:23 +01:00
parent ffa42074ba
commit 526db4db0c
2 changed files with 0 additions and 12 deletions

View File

@@ -8,10 +8,6 @@ self: super: {
buildPhase = ":";
} // args);
evil-escape = super.evil-escape.overrideAttrs (esuper: {
patches = [ ./patches/evil-escape.patch ];
});
doom-snippets = self.straightBuild {
pname = "doom-snippets";
postInstall = ''

View File

@@ -1,8 +0,0 @@
--- a/evil-escape.el
+++ b/evil-ewcape.el
@@ -1,4 +1,4 @@
- ;;; evil-escape.el --- Escape from anything with a customizable key sequence
+;;; evil-escape.el --- Escape from anything with a customizable key sequence
;; Copyright (C) 2014-2015 syl20bnr
;;