From 32b8cb34cf1bf3cd9a0767e3e2ca17005a517339 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 9 Dec 2015 02:21:44 -0500 Subject: [PATCH] Fix indentation --- core/lib/macros-quickrun.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/macros-quickrun.el b/core/lib/macros-quickrun.el index 8554a125b..6db2e3af4 100644 --- a/core/lib/macros-quickrun.el +++ b/core/lib/macros-quickrun.el @@ -11,7 +11,7 @@ additional check to make sure they exist in the project root." ;;;###autoload (defmacro define-repl! (mode command) - `(push '(,mode . ,command) rtog/mode-repl-alist)) + `(push '(,mode . ,command) rtog/mode-repl-alist)) (provide 'macros-quickrun) ;;; macros-quickrun.el ends here