Skip to content

Commit

Permalink
Add latex expansion to ess-julia-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsievskiy S.V authored and jabranham committed Sep 21, 2019
1 parent 8b48aae commit 9e52240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/ess-julia.el
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ It makes underscores and dots word constituent chars.")
(remove-hook 'completion-at-point-functions 'ess-filename-completion 'local) ;; should be first
(add-hook 'completion-at-point-functions 'ess-julia-object-completion nil 'local)
(add-hook 'completion-at-point-functions 'ess-filename-completion nil 'local)
(add-hook 'completion-at-point-functions 'ess-julia-latexsub-completion nil 'local)
(if (fboundp 'ess-add-toolbar) (ess-add-toolbar)))

;; Inferior mode
Expand Down

0 comments on commit 9e52240

Please sign in to comment.