about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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-?])