From ae9358f59f948b7c567b4d70777c9222cc6021ac Mon Sep 17 00:00:00 2001 From: rubikitch Date: Sat, 20 Feb 2010 21:05:35 +0900 Subject: [PATCH] Rebind `anything-c-describe-anything-bindings' to `C-c ?'. --- anything-config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anything-config.el b/anything-config.el index 3b16ecf..01a667d 100644 --- a/anything-config.el +++ b/anything-config.el @@ -588,7 +588,9 @@ If you want to have the default tramp messages set it to 3." (pop-to-buffer "*Anything Help*") (goto-char (point-min))))) -(define-key anything-map (kbd "C-h m") 'anything-c-describe-anything-bindings) +;; rubikitch: I think many people binds `delete-backward-char' to C-h. +;; So I rebound `anything-c-describe-anything-bindings' to C-c ?. +(define-key anything-map (kbd "C-c ?") 'anything-c-describe-anything-bindings) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Preconfigured Anything ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun anything-for-files () -- 2.11.4.GIT