Revert "Revert back to using ESC as viper-ESC-key again"

This reverts commit 5d522b430b.

The change led to M-x not working in non-gui Emacsen (bug#51253).
This commit is contained in:
Lars Ingebrigtsen 2021-10-20 10:05:04 +02:00
parent 91d71b38a3
commit 8e7cd29712

View file

@ -182,7 +182,7 @@ In insert mode, this key also functions as Meta."
:type 'string
:group 'viper)
(defconst viper-ESC-key (kbd "ESC")
(defconst viper-ESC-key [escape]
"Key used to ESC.")