Fix indentation

This commit is contained in:
Henrik Lissner 2015-12-09 02:21:44 -05:00
parent 687b78d566
commit 32b8cb34cf

View file

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