General refactor & cleanup
This commit is contained in:
parent
5beb74b14d
commit
afb31659a3
5 changed files with 6 additions and 10 deletions
|
@ -29,6 +29,7 @@ functions.")
|
|||
|
||||
;;;###autoload
|
||||
(defun +eval/build (builder)
|
||||
"TODO"
|
||||
(interactive
|
||||
(list (or +eval-last-builder
|
||||
(+eval--read-builder)
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
;;; feature/eval/config.el
|
||||
|
||||
;; This module creates a centralized way of invoking/sending selections to REPLs
|
||||
;; (with `repl-toggle'), building projects/files, and running code (with
|
||||
;; `quickrun'), revealing its output in a popup window.
|
||||
|
||||
;;
|
||||
;; Code building
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue