From fca877936751170ae5de33012b274155d89c657d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 26 Apr 2012 23:11:20 +0900 Subject: [PATCH] fix C-h --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 1af8c43..dff871a 100644 --- a/emacs.el +++ b/emacs.el @@ -185,7 +185,8 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." (setq drill-instructor-global t) (let ((map drill-instructor-key-map)) (define-key map (kbd "RET") nil) - (define-key map (kbd "DEL") nil))) + (define-key map (kbd "DEL") nil) + (define-key map (kbd "C-h") nil))) '(mapc (lambda (key) (global-set-key (read-kbd-macro key) 'ignore)) '("" "" "" ""))