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:
parent
91d71b38a3
commit
8e7cd29712
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ In insert mode, this key also functions as Meta."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'viper)
|
:group 'viper)
|
||||||
|
|
||||||
(defconst viper-ESC-key (kbd "ESC")
|
(defconst viper-ESC-key [escape]
|
||||||
"Key used to ESC.")
|
"Key used to ESC.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue