This layer adds support for maxima via maxima.el.
- Autocomplete
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 Binding | Description |
---|---|
TAB | Autocomplete |
Key Binding | Description |
---|---|
SPC m h a | help apropos |
SPC m h d | Get help of the desired symbol |
SPC m h p | Get help at point |
Send code to inferior process with these commands:
Key Binding | Description |
---|---|
SPC m s i | Run Maxima interactively |
SPC m s b | Send the buffer to the Maxima process |
SPC m s r | Send the current region to the Maxima process |