Skip to content

Commit

Permalink
Changed input method for Julia Emacs buffer to TeX
Browse files Browse the repository at this point in the history
  • Loading branch information
Elzair committed Mar 3, 2015
1 parent 75f0abd commit 5fe7a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/julia-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3126,7 +3126,8 @@ end"))
(setq comint-prompt-regexp inferior-julia-prompt-regexp)
(setq comint-prompt-read-only t)
(set (make-local-variable 'font-lock-defaults) '(julia-font-lock-keywords t))
(set (make-local-variable 'paragraph-start) inferior-julia-prompt-regexp))
(set (make-local-variable 'paragraph-start) inferior-julia-prompt-regexp)
(set-input-method "TeX"))

(add-hook 'inferior-julia-mode-hook 'inferior-julia--initialize)

Expand Down

0 comments on commit 5fe7a73

Please sign in to comment.