mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function (setf alist) error
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
"Define a REPL for MODES. MODES is either a single major mode symbol or a list
|
"Define a REPL for MODES. MODES is either a single major mode symbol or a list
|
||||||
of them. COMMAND is a function that creates and returns the REPL buffer."
|
of them. COMMAND is a function that creates and returns the REPL buffer."
|
||||||
(dolist (mode (doom-enlist modes))
|
(dolist (mode (doom-enlist modes))
|
||||||
(setf (alist mode +eval-repls) command)))
|
(setf (alist-get mode +eval-repls) command)))
|
||||||
|
|
||||||
;; FIXME obsolete :repl
|
;; FIXME obsolete :repl
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user