소스 검색

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



불러오는 중...
취소
저장