Use escape to quit in graphical sessions

This commit is contained in:
Case Duckworth 2021-05-25 08:03:06 -05:00
parent a32a3832cc
commit f148e93b0e
1 changed files with 3 additions and 0 deletions

View File

@ -717,6 +717,9 @@
"<help> h" nil ; HELLO takes a long time to load on Windows
)
(when (display-graphic-p)
(:global "<escape>" keyboard-escape-quit))
;; Remap C-h to DEL -- <f1> can be the "help" key
(define-key key-translation-map [?\C-h] [?\C-?])