瀏覽代碼

Add which-key configuration

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

+ 4
- 0
emacs.el 查看文件

@@ -122,6 +122,7 @@ found, otherwise returns nil."
fill-column-indicator
pkgbuild-mode
minibuffer-line
which-key

scala-mode
ensime
@@ -331,6 +332,9 @@ found, otherwise returns nil."
(global-set-key (kbd "<eisu-toggle>") 'ignore)
(global-set-key (kbd "C-<eisu-toggle>") 'ignore)

(when (safe-require-or-eval 'which-key)
(which-key-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; editting



Loading…
取消
儲存