feature/eval: autoload +eval-{repls,runners}
Fix void-variable error when, under certain conditions, these variables are referred to before their containing files are loaded.
This commit is contained in:
parent
ed702bab16
commit
856e4f27e5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
;;
|
||||
;; REPLs
|
||||
|
||||
;;;###autoload
|
||||
(defvar +eval-repls nil
|
||||
"An alist mapping major modes to plists that describe REPLs. Used by
|
||||
`+eval/open-repl' and filled with the `:repl' setting.")
|
||||
|
@ -29,6 +30,7 @@ command that will be called interactively."
|
|||
;;
|
||||
;; Evaluation
|
||||
|
||||
;;;###autoload
|
||||
(defvar +eval-runners nil
|
||||
"Alist mapping major modes to interactive runner functions.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue