diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 9e9df23a1..da9f76ff7 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -62,6 +62,7 @@ and Emacs states, and for non-evil users.") (cmd! (if (let ((keys (this-single-command-raw-keys))) (and keys (not (cl-position 'return keys)) + (not (cl-position 'kp-return keys)) (display-graphic-p))) [C-m] [?\C-m])))