mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Update ein:notebook-multilang-mode docstring
This commit is contained in:
parent
8fd7334fce
commit
b6aa11eb8f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ This function may raise an error."
|
|||
|
||||
;;;###autoload
|
||||
(define-derived-mode ein:notebook-multilang-mode fundamental-mode "ein:ml"
|
||||
"Notebook mode with org-mode powered fontification."
|
||||
"Notebook mode with multiple language fontification."
|
||||
(make-local-variable 'indent-line-function)
|
||||
(make-local-variable 'indent-region-function)
|
||||
(ein:ml-keymap-setup-python)
|
||||
|
|
Loading…
Add table
Reference in a new issue