Skip to content
h h edited this page Jan 11, 2016 · 1 revision

For basic Emacs integration...


  • Install Elbow which will act as an Inferior Lisp "proxy". Put it in your PATH
  • In your scratch buffer run (setq inferior-lisp-program "elbow -d /dev/ttyUSB0 -b 115200")
  • M-x inferior-lisp
  • M-x paredit-mode
  • M-x rainbow-delimiters-mode
  • Profit!
Clone this wiki locally