Skip to content

Commit

Permalink
note JuliaLang#8947 in julia-mode.el
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Nov 17, 2014
1 parent aa1f53b commit 2f37a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/julia-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ before point. Returns nil if we're not within nested parens."
; println("(puthash \"$ks\" \"$vs\" julia-latexsubs)")
; end
;end
; (See Julia issue #8947 for why we don't use the Emacs tex input mode.)
(puthash "\\textexclamdown" "¡" julia-latexsubs)
(puthash "\\sterling" "£" julia-latexsubs)
(puthash "\\yen" "¥" julia-latexsubs)
Expand Down

0 comments on commit 2f37a74

Please sign in to comment.