mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #3861 from cxb811201/patch-2
Fix non evil environment (void-variable evil-this-operator)
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
(setq prefix-arg current-prefix-arg
|
||||
unread-command-events
|
||||
(mapcar (lambda (e) (cons t e))
|
||||
(vconcat (when evil-this-operator
|
||||
(vconcat (when (bound-and-true-p evil-this-operator)
|
||||
(where-is-internal evil-this-operator
|
||||
evil-normal-state-map
|
||||
t))
|
||||
|
Reference in New Issue
Block a user