mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Modifying wrong variable judgment logic
This commit is contained in:
@ -13,8 +13,7 @@
|
||||
(setq prefix-arg current-prefix-arg
|
||||
unread-command-events
|
||||
(mapcar (lambda (e) (cons t e))
|
||||
(vconcat (when (and (fboundp 'evil-this-operator)
|
||||
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