mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
of them. COMMAND is a function that creates and returns the REPL buffer."
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(setf (alist mode +eval-repls) command)))
|
||||
(setf (alist-get mode +eval-repls) command)))
|
||||
|
||||
;; FIXME obsolete :repl
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user