If your first interaction with bqn-mode in a given Emacs session is to open a REPL via bqn-comint-run-process, you get the error message in the title. A simple fix is to require bqn-key-prefix in bqn-comint.el.
(The fact that bqn-comint-run-process has autoload suggests one should be able to run it first thing.)
If your first interaction with bqn-mode in a given Emacs session is to open a REPL via
bqn-comint-run-process
, you get the error message in the title. A simple fix is to requirebqn-key-prefix
inbqn-comint.el
.(The fact that
bqn-comint-run-process
has autoload suggests one should be able to run it first thing.)