Skip to content

gcentauri/picolisp-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picolisp layer

img/picolisp.png

Table of Contents

Description

This layer adds support for the PicoLisp language. It uses a hybrid mode combining the picolisp-mode provided on GitHub by tj64 with the documentation features from Alexis’ picolisp-mode.

Features:

  • inferior picolisp process
  • transient symbol markup mode
  • describe symbol at point
  • eldoc integration

Install

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

By default the transient symbol markup mode (tsm-mode) is enabled. To turn it off configure the layer like this:

(defun dotspacemacs-configuration-layers ()
   '((picolisp :variables picolisp-enable-transient-symbol-markup nil)))

Key bindings

Key BindingDescription
SPC m hDescribe symbol at point
~SPC m ‘~Start picolisp-repl
SPC m dsend definition
SPC m Dsend definition and go
SPC m esend last sexp
SPC m lselect file to load in repl
SPC m rsend region
SPC m Rsend region and go

About

PicoLisp configuration layer for Spacemacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published