Files
opalfiles/.config/emacs/modules/lang/terra/autoload.el
2022-01-11 18:05:13 -08:00

9 lines
215 B
EmacsLisp

;;; 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))