Skip to content

dalanicolai/maxima-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maxima layer

img/maxima_emacs.png

Table of Contents

Description

This layer adds support for maxima via maxima.el.

Features:

  • Autocomplete

Install

To use this configuration layer, clone it to your spacemacs-private-directory either from the command line with

git clone https://github.com/dalanicolai/maxima-layer.git .emacs.d/private/maxima

(where you can substitute the path for your private directory if you do not use the default path),

or from Spacemacs with

M-: (shell-command (format "git clone https://github.com/dalanicolai/maxima-layer.git %s/maxima" spacemacs-private-directory)).

Subsequently add maxima to your ~/.spacemacs. You will need to add maxima to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Autocomplete

Key BindingDescription
TABAutocomplete

Help

Key BindingDescription
SPC m h ahelp apropos
SPC m h dGet help of the desired symbol
SPC m h pGet help at point

Inferior REPL process

Send code to inferior process with these commands:

Key BindingDescription
SPC m s iRun Maxima interactively
SPC m s bSend the buffer to the Maxima process
SPC m s rSend the current region to the Maxima process

About

Spacemacs layer that configures maxima.el

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published