diff options
author | Case Duckworth | 2021-06-30 19:33:31 -0500 |
---|---|---|
committer | Case Duckworth | 2021-06-30 19:33:31 -0500 |
commit | 7f9230da5e88b9d5b44210c60386d5f435a10d5b (patch) | |
tree | d5380723fe9d37a7bfe534620290f6f27615649c | |
parent | Switch prefix with erc-switch-to-buffer (diff) | |
download | emacs-7f9230da5e88b9d5b44210c60386d5f435a10d5b.tar.gz emacs-7f9230da5e88b9d5b44210c60386d5f435a10d5b.zip |
Comment <escape> bind
-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-?]) |