mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix wrong-num-of-args on +eval/open-repl-same-window #1291
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
(point-max)))
|
(point-max)))
|
||||||
buffer)))
|
buffer)))
|
||||||
|
|
||||||
(defun +eval-open-repl (prompt-p other-window-p)
|
(defun +eval-open-repl (prompt-p &optional other-window-p)
|
||||||
(let ((command (cdr (assq major-mode +eval-repls))))
|
(let ((command (cdr (assq major-mode +eval-repls))))
|
||||||
(when (or (not command) prompt-p)
|
(when (or (not command) prompt-p)
|
||||||
(let* ((choices (or (cl-loop for sym being the symbols
|
(let* ((choices (or (cl-loop for sym being the symbols
|
||||||
|
Reference in New Issue
Block a user