feat(src/emacs/lean-mode): add shortcut for restarting lean server
This commit is contained in:
parent
2273f75e9b
commit
c6c090eda6
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
(local-set-key "\C-c\C-e" 'lean-eval-cmd)
|
||||
(local-set-key "\C-c\C-t" 'lean-show-type)
|
||||
(local-set-key "\C-c\C-f" 'lean-fill-placeholder)
|
||||
(local-set-key "\C-c\C-r" 'lean-server-restart-process)
|
||||
(local-set-key "\M-." 'lean-find-tag)
|
||||
(local-set-key (kbd "TAB") 'lean-tab-indent-or-complete))
|
||||
|
||||
|
|
Loading…
Reference in a new issue