mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Use jupyter-repl-language
This commit is contained in:
parent
8976a1d59e
commit
81e3ebb44c
1 changed files with 2 additions and 1 deletions
|
@ -455,7 +455,8 @@ can contain the following keywords along with their values:
|
|||
;; help on a symbol by calling the help function on it or appending a
|
||||
;; question mark at the end of the symbol.
|
||||
(if (and (string= (nth 3 link) "@ref")
|
||||
(eq jupyter-repl-lang-mode 'julia-mode))
|
||||
(string= (jupyter-repl-language jupyter-repl-current-client)
|
||||
"julia"))
|
||||
;; Links have the form `fun`
|
||||
(let ((fun (substring (nth 2 link) 1 -1)))
|
||||
(goto-char (point-max))
|
||||
|
|
Loading…
Add table
Reference in a new issue