瀏覽代碼

fix C-h

pull/1/head
10sr 12 年之前
父節點
當前提交
fca8779367
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      emacs.el

+ 2
- 1
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))
'("<up>" "<down>" "<right>" "<left>"))


Loading…
取消
儲存