mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Add ein:notebook-org-src-mode to ac-modes
This commit is contained in:
parent
641813e89a
commit
f51357e046
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ This function may raise an error."
|
|||
(ein:org-src-keymap-setup-python)
|
||||
(ein:org-src-set-font-lock-defaults))
|
||||
|
||||
(eval-after-load "auto-complete"
|
||||
'(add-to-list 'ac-modes 'ein:notebook-org-src-mode))
|
||||
|
||||
|
||||
;;; Keymap setup functions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue