Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
use spaces for indenting in julia mode again
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Sep 8, 2013
1 parent 050991e commit 359216e
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 @@ -258,6 +258,7 @@ Do not move back beyond MIN."
))
(set (make-local-variable 'indent-line-function) 'julia-indent-line)
(set (make-local-variable 'julia-basic-offset) 4)
(setq indent-tabs-mode nil)
(setq imenu-generic-expression julia-imenu-generic-expression)
(imenu-add-to-menubar "Imenu"))

Expand Down

0 comments on commit 359216e

Please sign in to comment.