doomemacs/modules/lang/terra/autoload.el
2019-03-25 14:50:41 -06:00

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