diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 5865154..1c12763 100644 --- a/init.el +++ b/init.el | |||
@@ -717,6 +717,9 @@ | |||
717 | "<help> h" nil ; HELLO takes a long time to load on Windows | 717 | "<help> h" nil ; HELLO takes a long time to load on Windows |
718 | ) | 718 | ) |
719 | 719 | ||
720 | (when (display-graphic-p) | ||
721 | (:global "<escape>" keyboard-escape-quit)) | ||
722 | |||
720 | ;; Remap C-h to DEL -- <f1> can be the "help" key | 723 | ;; Remap C-h to DEL -- <f1> can be the "help" key |
721 | (define-key key-translation-map [?\C-h] [?\C-?]) | 724 | (define-key key-translation-map [?\C-h] [?\C-?]) |
722 | 725 | ||