diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index e6a8890..29f4a53 100644 --- a/init.el +++ b/init.el | |||
@@ -570,7 +570,7 @@ | |||
570 | find-function-C-source-directory (acdw/find-emacs-source)) | 570 | find-function-C-source-directory (acdw/find-emacs-source)) |
571 | 571 | ||
572 | (:global "M-=" count-words | 572 | (:global "M-=" count-words |
573 | "C-w" acdw/kill-region-or-backward-word) | 573 | "C-w" kill-region-or-backward-word) |
574 | 574 | ||
575 | ;; Remap C-h to DEL -- <f1> can be the "help" key | 575 | ;; Remap C-h to DEL -- <f1> can be the "help" key |
576 | (define-key key-translation-map [?\C-h] [?\C-?]) | 576 | (define-key key-translation-map [?\C-h] [?\C-?]) |