mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
readme: fix typos
This commit is contained in:
parent
f5a590fbba
commit
d576a7e165
1 changed files with 2 additions and 2 deletions
|
|
@ -20,12 +20,12 @@ Or clone the repository, add it to =load-path=, and =require= the package.
|
|||
** Issues with termux?
|
||||
I've been trying to run this package on termux and had some issues.
|
||||
|
||||
First, for some reason =request.el= throws the successfully parsed response as error. Use this as a workaround:
|
||||
First, for some reason =request.el= throws a successfully parsed response as error. Use this as a workaround:
|
||||
#+begin_src emacs-lisp
|
||||
(setq biome-api-try-parse-error-as-response t)
|
||||
#+end_src
|
||||
|
||||
Second, somehow the =<tab>= is not the same as the =<TAB>= key. The following might be neccessary:
|
||||
Second, somehow =<tab>= is not the same as =<TAB>=. The following might be necessary:
|
||||
#+begin_src emacs-lisp
|
||||
(setq biome-query-tab-key "<TAB>")
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue