diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index a49f107..82231e9 100644 --- a/init.el +++ b/init.el | |||
@@ -712,8 +712,8 @@ like a dumbass." | |||
712 | "<help> h" nil ; HELLO takes a long time to load on Windows | 712 | "<help> h" nil ; HELLO takes a long time to load on Windows |
713 | ) | 713 | ) |
714 | 714 | ||
715 | (when (display-graphic-p) | 715 | ;; (when (display-graphic-p) |
716 | (:global "<escape>" keyboard-escape-quit)) | 716 | ;; (:global "<escape>" keyboard-escape-quit)) |
717 | 717 | ||
718 | ;; Remap C-h to DEL -- <f1> can be the "help" key | 718 | ;; Remap C-h to DEL -- <f1> can be the "help" key |
719 | (define-key key-translation-map [?\C-h] [?\C-?]) | 719 | (define-key key-translation-map [?\C-h] [?\C-?]) |