problems getting started...
Hi,
I just wanted to try out your package, I just copied your suggested init and get:
```
Error (use-package): projection/:init: Key sequence C - x SPC P starts with non-prefix key C
Error (use-package): projection-multi/:init: Key sequence R E T starts with non-prefix key R
```
I then changed the key bindings to:
```
:bind
(("C-x p" . projection-map))
```
and
```
:bind
(("C-x P" . projection-multi-compile))
```
which works, but calling the projection-map function results in:
```
Autoloading file h:/src/emacs/.emacs.d/elpa/projection-20230927.2019/projection.elc failed to define function projection-mapError during redisplay: (eval (lsp-modeline--diagnostics-update-modeline)) signaled (wrong-type-argument char-or-string-p nil)
```
Marc
关闭于 2023-10-18 6 条评论