summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-04 23:28:18 -0500
committerCase Duckworth2021-05-04 23:28:18 -0500
commit4480fab9e86386390f875c42fcff6c270fc898a4 (patch)
tree23eccae386ee03d4049f86e02c79523f748e66a4 /init.el
parentAdd package-lint (diff)
downloademacs-4480fab9e86386390f875c42fcff6c270fc898a4.tar.gz
emacs-4480fab9e86386390f875c42fcff6c270fc898a4.zip
Change function name
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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-?])