mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Cosmetic change in ein-console.el
This commit is contained in:
parent
a19d80cb1d
commit
39fbba35f0
1 changed files with 7 additions and 5 deletions
|
@ -29,6 +29,13 @@
|
|||
(require 'ein)
|
||||
(require 'ein-utils)
|
||||
|
||||
;; Functions from `Fabian Gallina's python.el`_
|
||||
;; NOTE: Do *not* load python.el here, since user may be using the other
|
||||
;; version of python-mode.
|
||||
(declare-function python-shell-make-comint "python")
|
||||
(declare-function python-shell-get-process-name "python")
|
||||
(declare-function python-shell-switch-to-shell "python")
|
||||
|
||||
|
||||
(defcustom ein:console-security-dir ""
|
||||
"Security directory setting.
|
||||
|
@ -112,11 +119,6 @@ Types same as `ein:console-security-dir' are valid."
|
|||
(defun ein:console-args-get (url-or-port)
|
||||
(ein:choose-setting 'ein:console-args url-or-port))
|
||||
|
||||
;; `Fabian Gallina's python.el`_
|
||||
(declare-function python-shell-make-comint "python")
|
||||
(declare-function python-shell-get-process-name "python")
|
||||
(declare-function python-shell-switch-to-shell "python")
|
||||
|
||||
(defun ein:console-open ()
|
||||
"Open IPython console.
|
||||
To use this function, `ein:console-security-dir' and
|
||||
|
|
Loading…
Add table
Reference in a new issue