mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-19 13:43:38 -05:00
Remove evil-escape overwrite
This commit is contained in:
@@ -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 = ''
|
||||
|
@@ -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
|
||||
;;
|
Reference in New Issue
Block a user