Fix indentation
This commit is contained in:
parent
687b78d566
commit
32b8cb34cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue