From 820f23326f11cbad18c515f0b9256a1bf9bf03c8 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 4 Sep 2020 12:16:08 +0200 Subject: [PATCH] [Emacs] Issue fixed upstream --- org/config/spacemacs.org | 9 --------- 1 file changed, 9 deletions(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index eb1654c..24f2ea1 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -3276,15 +3276,6 @@ (setq paragraph-start "\f\\|[ \t]*$\\|[ \t]*[-+*] ") #+END_SRC - There is currently [[https://github.com/syl20bnr/evil-iedit-state/issues/27][an open issue]] with ~evil-iedit-state~ where exiting the - iedit state calls ~iedit-cleanup~ despite this function being renamed - ~iedit-lib-cleanup~. So, waiting for the fix to be pushed upstream, let’s - declare an alias so Spacemacs understands what I want to do when I hit ~ESC~ - while in iedit state. - #+BEGIN_SRC emacs-lisp - (defalias 'iedit-cleanup 'iedit-lib-cleanup) - #+END_SRC - *** Pinentry :PROPERTIES: :CUSTOM_ID: User_Configuration-Miscellaneous-Pinentry-95004d5a