doomemacs/modules/lang/terra/autoload.el

9 lines
215 B
EmacsLisp
Raw Normal View History

2019-03-25 14:50:41 -06:00
;;; 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))