fix(evil): obsolete evil-command-window
advice
As noted in #7556, the advice `+popup--evil-command-window-a` fails, preventing the command window from being opened. This is because `evil-command-window` has been rewritten extensively. In particular, emacs-evil/evil@a09fdca0b3 made it use `display-buffer` instead of `switch-to-buffer`, so that users could customize how the window opens. Since this was the function of this advice, it is obsolete and can be removed. Fix: #7556 Ref: emacs-evil/evil@a09fdca0b3
This commit is contained in:
parent
ff33ec8f7a
commit
2c15e4e6fc
1 changed files with 0 additions and 20 deletions
Loading…
Add table
Add a link
Reference in a new issue