Better evil/REPL support

This commit is contained in:
Henrik Lissner
2015-12-09 01:54:30 -05:00
parent 4882df4847
commit 2503232edf
9 changed files with 69 additions and 15 deletions

View File

@ -9,5 +9,9 @@ additional check to make sure they exist in the project root."
(narf/project-has-files ,build-file))
(setq narf--build-command '(,command . ,build-file)))))
;;;###autoload
(defmacro define-repl! (mode command)
`(push '(,mode . ,command) rtog/mode-repl-alist))
(provide 'macros-quickrun)
;;; macros-quickrun.el ends here