Fix void-function (setf alist) error

This commit is contained in:
Henrik Lissner 2018-07-15 00:59:38 +02:00
parent ec5673bb8a
commit b38cbcd060
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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