adding a terra module.

This commit is contained in:
Alex Iverson 2019-03-25 14:50:41 -06:00
parent a37e1922da
commit 115228bfc7
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,8 @@
;;; lang/terra/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +terra/open-repl ()
"Open Terra REPL."
(interactive)
(terra-start-process "terra" "terra")
(pop-to-buffer terra-process-buffer))