diff options
author | Case Duckworth | 2021-05-04 23:28:18 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-04 23:28:18 -0500 |
commit | 4480fab9e86386390f875c42fcff6c270fc898a4 (patch) | |
tree | 23eccae386ee03d4049f86e02c79523f748e66a4 | |
parent | Add package-lint (diff) | |
download | emacs-4480fab9e86386390f875c42fcff6c270fc898a4.tar.gz emacs-4480fab9e86386390f875c42fcff6c270fc898a4.zip |
Change function name
-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-?]) |