mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Merge branch 'eldomain-new-replace-option'
"C-c TAB" and "C-c RET" are not the keybind I intended. Fixed them using the new `:replace:` option for `el:keymap` directive.
This commit is contained in:
commit
aaf535d01b
3 changed files with 4 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit a0480d13f98a35a2007143271efc4274e08a34ad
|
||||
Subproject commit 523f8d52b41cba43f21b43718123947eea438f77
|
|
@ -249,7 +249,6 @@ texinfo_documents = [
|
|||
|
||||
# -- Options for EL domain -----------------------------------------------------
|
||||
|
||||
emacs_executable = os.getenv("EMACS") or 'emacs'
|
||||
elisp_packages = {
|
||||
'ein': 'ein:',
|
||||
'helm': 'helm-',
|
||||
|
|
|
@ -231,6 +231,8 @@ Notebook
|
|||
The following keybinds are available in notebook buffers.
|
||||
|
||||
.. el:keymap:: ein:notebook-mode-map
|
||||
:replace: s/C-c TAB/C-c C-i/
|
||||
s/C-c RET/C-c C-m/
|
||||
|
||||
.. el:function:: ein:worksheet-delete-cell
|
||||
.. el:function:: ein:junk-rename
|
||||
|
@ -248,6 +250,7 @@ etc. Once the buffer is connected to the notebook, minor mode
|
|||
are available.
|
||||
|
||||
.. el:keymap:: ein:connect-mode-map
|
||||
:replace: s/C-c TAB/C-c C-i/
|
||||
|
||||
Other useful commands:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue