Skip to content

mgxm/julia-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

julia layer

Table of Contents

Description

This layer provides support for the Julia language with the following feature:

Install

git clone https://github.com/marciogm/julia-layer ~/.emacs.d/private/julia

To use this configuration layer, add it to your ~/.spacemacs. You will need to add julia to the existing dotspacemacs-configuration-layers list in this file.

Configuration

You can configure you Julia path with:

(julia :variables julia-executable "/path/to/bin/julia")

Key bindings

Interactive REPL

Key BindingDescription
~SPC m s ‘~Raise the REPL or create a new one
SPC m s cSend region (when applicable) or line to REPL
SPC m s bSend whole buffer to REPL
SPC m s lSend line to REPL
SPC m eInvoke `@edit` on region (when applicable) or line
SPC m dInvoke `@doc` on symbol
SPC m w`workspace()`
SPC m mExpand macro