Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.79 KB

README.org

File metadata and controls

47 lines (37 loc) · 1.79 KB

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