Remove narf-minibuffer-quit
This commit is contained in:
parent
71061aefa1
commit
ef8731a3c3
3 changed files with 2 additions and 12 deletions
|
@ -93,7 +93,7 @@
|
|||
(defadvice evil-force-normal-state (after evil-esc-quit activate)
|
||||
"Close popups, disable search highlights and quit the minibuffer if open."
|
||||
(when (minibuffer-window-active-p (minibuffer-window))
|
||||
(narf-minibuffer-quit))
|
||||
(abort-recursive-edit))
|
||||
(ignore-errors
|
||||
(evil-ex-nohighlight))
|
||||
;; Close non-repl popups and clean up `narf-popup-windows'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue