feature/eval: reorganize; move settings into init.el
This commit is contained in:
parent
83118dc65c
commit
866030bdc6
3 changed files with 56 additions and 49 deletions
|
@ -3,6 +3,9 @@
|
|||
(defvar +eval-repl-buffer nil
|
||||
"The buffer of the last open repl.")
|
||||
|
||||
(define-minor-mode +eval-repl-mode
|
||||
"A minor mode for REPL buffers.")
|
||||
|
||||
(defun +eval--ensure-in-repl-buffer (&optional command same-window-p)
|
||||
(cond ((eq (current-buffer) +eval-repl-buffer))
|
||||
((and +eval-repl-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue