mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix ein:notebook-mode-map
This commit is contained in:
parent
e703ad50b9
commit
06ec418c12
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ Do not use `python-mode'. Use plain mode when MuMaMo is not installed::
|
|||
(define-key map "\C-c\C-f" 'ein:pytools-request-tooltip-or-help)
|
||||
(define-key map "\C-c\C-i" 'ein:completer-complete)
|
||||
(define-key map "\C-c\C-x" 'ein:tb-show)
|
||||
(define-key map "\C-c\C-r" 'ein:notebook-restart-kernel)
|
||||
(define-key map "\C-c\C-r" 'ein:notebook-restart-kernel-command)
|
||||
(define-key map "\C-c\C-z" 'ein:notebook-kernel-interrupt-command)
|
||||
(define-key map "\C-c\C-q" 'ein:notebook-kill-kernel-then-close-command)
|
||||
(define-key map (kbd "C-:") 'ein:shared-output-eval-string)
|
||||
|
|
Loading…
Add table
Reference in a new issue