瀏覽代碼

Add helm keymap

master
10sr 5 年之前
父節點
當前提交
7106541f1f
簽署人: 10sr GPG 金鑰 ID: C384BB17CBB19347
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 查看文件

@@ -566,6 +566,10 @@ found, otherwise returns nil."
(defvar amx-map)
(define-key amx-map (kbd "C-h") (kbd "DEL")))

(when (autoload-eval-lazily 'helm)
(defvar helm-map)
(define-key helm-map (kbd "C-h") (kbd "DEL")))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; letters, font-lock mode and fonts



Loading…
取消
儲存