about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-06-30 19:33:31 -0500
committerCase Duckworth2021-06-30 19:33:31 -0500
commit7f9230da5e88b9d5b44210c60386d5f435a10d5b (patch)
treed5380723fe9d37a7bfe534620290f6f27615649c /init.el
parentSwitch prefix with erc-switch-to-buffer (diff)
downloademacs-7f9230da5e88b9d5b44210c60386d5f435a10d5b.tar.gz
emacs-7f9230da5e88b9d5b44210c60386d5f435a10d5b.zip
Comment <escape> bind
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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-?])