Sfoglia il codice sorgente

Add which-key configuration

pull/15/head
10sr 8 anni fa
parent
commit
0c81851981
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Vedi File

@@ -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



Caricamento…
Annulla
Salva