Fix void-function (setf alist) error
This commit is contained in:
parent
ec5673bb8a
commit
b38cbcd060
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue