mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Modifying wrong variable judgment logic
This commit is contained in:
@ -13,8 +13,7 @@
|
|||||||
(setq prefix-arg current-prefix-arg
|
(setq prefix-arg current-prefix-arg
|
||||||
unread-command-events
|
unread-command-events
|
||||||
(mapcar (lambda (e) (cons t e))
|
(mapcar (lambda (e) (cons t e))
|
||||||
(vconcat (when (and (fboundp 'evil-this-operator)
|
(vconcat (when (bound-and-true-p evil-this-operator)
|
||||||
evil-this-operator)
|
|
||||||
(where-is-internal evil-this-operator
|
(where-is-internal evil-this-operator
|
||||||
evil-normal-state-map
|
evil-normal-state-map
|
||||||
t))
|
t))
|
||||||
|
Reference in New Issue
Block a user