mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(popup): change evil function to call following upstream rename
This commit is contained in:
committed by
Henrik Lissner
parent
5df41be02b
commit
c4bb95e073
@ -120,7 +120,7 @@ were followed."
|
||||
(setq-local evil-command-window-execute-fn execute-fn)
|
||||
(setq-local evil-command-window-cmd-key cmd-key)
|
||||
(evil-command-window-mode)
|
||||
(evil-command-window-insert-commands hist)))
|
||||
(evil--command-window-insert-commands hist)))
|
||||
|
||||
(defadvice! +popup--evil-command-window-execute-a ()
|
||||
"Execute the command under the cursor in the appropriate buffer, rather than
|
||||
|
Reference in New Issue
Block a user