Skip to content

Latest commit

 

History

History

contrib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

The contrib/ directory has support files for using Julia with various third-party software. Currently, there is support for the Emacs, Vim, and TextMate editors, which can be setup by following the instructions in the following sections.

### Emacs

Add the following line to ~/.emacs

(require 'julia-mode "JULIA_PATH/contrib/julia-mode.el")

where JULIA_PATH is the location of the top-level julia directory.

### Vim

Copy (or symlink) the vim Julia subdirectories contents into the vim application support directory:

cp -r JULIA_PATH/contrib/vim/* ~/.vim

where JULIA_PATH is the location of the top-level julia directory. Julia should appear as a file type and be automatically detected for files with the .j extension.

TextMate

Copy (or symlink) the TextMate Julia bundle into the TextMate application support directory:

cp -r JULIA_PATH/contrib/Julia.tmbundle ~/Library/Application\ Support/TextMate/Bundles/

where JULIA_PATH is the location of the top-level julia directory. Now select from the menu in TextMate Bundles > Bundle Editor > Reload Bundles. Julia should appear as a file type and be automatically detected for files with the .j extension.