feat(emacs/lean-mode): bind "C-c C-k" to quail-show-key

- Use this to see how to type a unicode character
This commit is contained in:
Soonho Kong 2014-11-07 17:28:21 -05:00
parent 64d2cc60c2
commit 18a41eb962

View file

@ -86,6 +86,7 @@
(defun lean-set-keys ()
(local-set-key "\C-c\C-x" 'lean-std-exe)
(local-set-key "\C-c\C-l" 'lean-std-exe)
(local-set-key "\C-c\C-k" 'quail-show-key)
(local-set-key "\C-c\C-o" 'lean-set-option)
(local-set-key "\C-c\C-e" 'lean-eval-cmd)
(local-set-key "\C-c\C-t" 'lean-show-type)